kanachan icon indicating copy to clipboard operation
kanachan copied to clipboard

Problem of building in GPU rental platform

Open FYNIXqwq opened this issue 1 year ago • 3 comments

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 avatar May 23 '23 13:05 FYNIXqwq

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

FYNIXqwq avatar May 23 '23 13:05 FYNIXqwq

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

GrandDuke1106 avatar May 25 '23 04:05 GrandDuke1106

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.

Cryolite avatar May 29 '23 21:05 Cryolite