| # Build the Docker image | |
| docker build -t piano-transcription . | |
| # Run the container | |
| docker run --gpus=all -p 127.0.0.1:7860:7860 piano-transcription |
| # Build the Docker image | |
| docker build -t piano-transcription . | |
| # Run the container | |
| docker run --gpus=all -p 127.0.0.1:7860:7860 piano-transcription |