Be more specific on how to run the docker container

Open
#5 4 comments 0 reactions 0 assignees View on GitHub

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

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from faroit/python_audio_loading_benchmark

All issues in faroit/python_audio_loading_benchmark

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.