Be more specific on how to run the docker container
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- Half a day
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- docker, python
- Domain
- devops, documentation
Research direction
Start by locating the repository's existing Docker usage documentation and reproduce the reported commands to understand the container's current behavior. Update the instructions so mounting AUDIO, starting the container, and invoking the benchmark are explicit, including what successful completion looks like; verify the documented commands against the reported error.
Written by the indexing model from the issue text.
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.sh
I 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_benchmark
I'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']
- Dominant language
- Python
- Stars
- 152
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from faroit/python_audio_loading_benchmark
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
faroit/python_audio_loading_benchmark#24 · 2 comments ·
-
Add Miniaudio Openenhancement
Difficulty 3/5 1-2 days Newbie friendliness 30/100
faroit/python_audio_loading_benchmark#12 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
faroit/python_audio_loading_benchmark#11 · 1 comment ·
-
enhancement
faroit/python_audio_loading_benchmark#7 · 5 comments · 1 assignee ·
-
enhancement
faroit/python_audio_loading_benchmark#6 · 1 assignee ·
All issues in faroit/python_audio_loading_benchmark
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100