Skip to content

Problem of building in GPU rental platform #30

@FYNIXqwq

Description

@FYNIXqwq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions