Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker install not working #1

Open
foxtrotmike opened this issue Apr 18, 2022 · 1 comment
Open

Docker install not working #1

foxtrotmike opened this issue Apr 18, 2022 · 1 comment

Comments

@foxtrotmike
Copy link

I have used "docker build -t cvxb ./docker" but when I run "docker start cvxb" it throws an error saying

Error invoking remote method 'docker-run-container': Error: (HTTP code 400) unexpected - failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "python3 cvxclustr.py --gamma 3,5,10,20,50,100,150,200,500,1000 --col_knn 2 --row_knn 4 --tol 0.001 --data data/president.csv --output data/president.json": stat python3 cvxclustr.py --gamma 3,5,10,20,50,100,150,200,500,1000 --col_knn 2 --row_knn 4 --tol 0.001 --data data/president.csv --output data/president.json: no such file or directory: unknown

@HaidYi
Copy link
Owner

HaidYi commented Apr 20, 2022

I have used "docker build -t cvxb ./docker" but when I run "docker start cvxb" it throws an error saying

Error invoking remote method 'docker-run-container': Error: (HTTP code 400) unexpected - failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "python3 cvxclustr.py --gamma 3,5,10,20,50,100,150,200,500,1000 --col_knn 2 --row_knn 4 --tol 0.001 --data data/president.csv --output data/president.json": stat python3 cvxclustr.py --gamma 3,5,10,20,50,100,150,200,500,1000 --col_knn 2 --row_knn 4 --tol 0.001 --data data/president.csv --output data/president.json: no such file or directory: unknown

Thank you for trying our tool. This problem has been fixed and it's caused by a syntax error in the Dockerfile. Can you try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants