github / CodeSearchNet

Datasets, tools, and benchmarks for representation learning of code.
https://arxiv.org/abs/1909.09436
MIT License
2.18k stars 385 forks source link

Error when executing docker run #230

Open itconsultore opened 3 years ago

itconsultore commented 3 years ago

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