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

Problem of building in GPU rental platform #30

Open
FYNIXqwq opened this issue May 23, 2023 · 3 comments
Open

Problem of building in GPU rental platform #30

FYNIXqwq opened this issue May 23, 2023 · 3 comments

Comments

@FYNIXqwq
Copy link

The GPU rental platform I recently use is based on Docker, which means every single instance is running as a Docker container. The version of Linux is Ubuntu 9.4.0-1ubuntu1~20.04.1. I tried installing Docker by

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

and building Kanachan by

$ docker build -f kanachan/Dockerfile -t cryolite/kanachan .

However, the console reported error:

ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

in the step of building Kanachan.

@FYNIXqwq
Copy link
Author

The Docker instructions are not available if Docker is not installed even in a Docker container.

@GrandDuke1106
Copy link

This might be a problem with the docker installation, have you tried building other containers.

@Cryolite
Copy link
Owner

For example, the following command

$ docker run hello-world

outputs the same error, the problem could be a failure in the Docker installation, and there's nothing that can be done on kanachan's side at least.

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

3 participants