You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the protocol in <Run PEPATAC in a container> exactly and executed the check and it showed: SUCCESS: PEPATAC can be run using docker!
But when I run docker run --rm -it databio/pepatac pipelines/pepatac.py --help
it shows: docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "pipelines/pepatac.py": stat pipelines/pepatac.py: no such file or directory: unknown.
What should I do ?
Thx
The text was updated successfully, but these errors were encountered:
Hi, I followed the protocol in <Run PEPATAC in a container> exactly and executed the check and it showed: SUCCESS: PEPATAC can be run using docker!
But when I run
docker run --rm -it databio/pepatac pipelines/pepatac.py --help
it shows: docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "pipelines/pepatac.py": stat pipelines/pepatac.py: no such file or directory: unknown.
What should I do ?
Thx
The text was updated successfully, but these errors were encountered: