File size: 160 Bytes
20b4d05 |
1 2 3 4 5 6 |
#!/bin/bash
# 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 |
20b4d05 |
1 2 3 4 5 6 |
#!/bin/bash
# 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 |