faroit / faroit/python_audio_loading_benchmark

Be more specific on how to run the docker container

Ouverte
#5 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
152
Forks
11
Métriques de merge des PR
Aucune PR mergée en 30 j

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:
```bash
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
```bash
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:
```python
>>> import os
>>> os.listdir()
['requirements.txt', 'AUDIO', 'pytorchaudio', 'aubio_src']
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.