faroit / faroit/python_audio_loading_benchmark

Be more specific on how to run the docker container

未關閉
#5 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
152
分支
11
PR 合併指標
30 天內沒有已合併 PR

描述

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']
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。