File size: 207 Bytes
20b4d05 | 1 2 3 4 5 6 | @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 |