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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
I have tried to execute the scripts to run the dockers images such as
docker run -v $(pwd):/home/dev preprocessing
However, I have got the following:
standard_init_linux.go:219: exec user process caused: no such file or directory
Additionally, there is no script to run the docker-cpu.Dockerfile
how can I run that docker?
I have tried something like
docker run --net=host -v $(pwd):/home/dev csnet:cpu bash
but, it doesn't return any, I can notice the instance goes down by observing the syslog file
I am using an ubuntu 18.04 virtual machine with python 3.6.5
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried to execute the scripts to run the dockers images such as
docker run -v $(pwd):/home/dev preprocessing
However, I have got the following:
standard_init_linux.go:219: exec user process caused: no such file or directory
Additionally, there is no script to run the docker-cpu.Dockerfile
how can I run that docker?
I have tried something like
docker run --net=host -v $(pwd):/home/dev csnet:cpu bash
but, it doesn't return any, I can notice the instance goes down by observing the syslog file
I am using an ubuntu 18.04 virtual machine with python 3.6.5
The text was updated successfully, but these errors were encountered: