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 daemon is not up after install in Sagemaker Studio - JupyterLab env for local training #50

Open
arnabaws15 opened this issue Sep 20, 2024 · 1 comment

Comments

@arnabaws15
Copy link

I am trying to run Sagemaker Training in local mode and getting the following issue getting local docker working.

This is my env for my Jupyter Lab env in Sagemaker studio

PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian

When I execute the command in terminal:

systemctl status docker

I get the error that systemctl command not found

When i execute

docker version

i get the following output:

agemaker-user@default:~$ docker version
Client: Docker Engine - Community
 Version:           20.10.24
 API version:       1.41
 Go version:        go1.19.7
 Git commit:        297e128
 Built:             Tue Apr  4 18:21:03 2023
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
@ReethiJ
Copy link

ReethiJ commented Oct 26, 2024

I had the same issue. I fixed it by restarting the JupyterLab Space after enabling Docker access on the SageMaker domain.

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