-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When you are not used to docker the current documentation is not very explicit on how to mount and run the actual docker container.
E.g. when I run the following:
docker run -v AUDIO:/app/AUDIO audio_benchmark run.shI get
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"run.sh\": executable file not found in $PATH": unknown.
ERRO[0000] error waiting for container: context canceled
And if I log into the container with
docker run -v AUDIO:/app/AUDIO -it audio_benchmarkI'm in a python console and the content of the folder I'm in is:
>>> import os
>>> os.listdir()
['requirements.txt', 'AUDIO', 'pytorchaudio', 'aubio_src']Metadata
Metadata
Assignees
Labels
No labels