Fancellu's picture
Upload 6 files
20b4d05 verified
raw
history blame contribute delete
160 Bytes
#!/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