| @echo off | |
| REM Build the Docker image with minimal size | |
| docker build -t piano-transcription-minimal -f Dockerfile.minimal . | |
| REM Run the container | |
| docker run -p 127.0.0.1:7860:7860 piano-transcription-minimal |
| @echo off | |
| REM Build the Docker image with minimal size | |
| docker build -t piano-transcription-minimal -f Dockerfile.minimal . | |
| REM Run the container | |
| docker run -p 127.0.0.1:7860:7860 piano-transcription-minimal |