installed gemma2 when i go to python3 assustant.py it gives me a failed to establish a new connection errno 111
Hi,
You can find the instructions to deploy the Gemma2 2B model on Orin Nano below:
Thanks.
i tried gemma 3 4b using jetson a1 lab and it wont even take the first one docker permission denied so checked sudo docker and it said it was active
Docker not accepting on that now also when I first had a problem it was just python 3 assistant.py failed to establish a connection but now I have docker problems can u just go through my system and install the best one available
Hi,
Could you share some info about your issue (ex. log or error) so we can help?
Thanks.
Now I have docker: denied while trying to to connect to the docker daemon socket at Unix:///var/run/docker.sock:
When I check docker on the terminal it says active: active (running)in green
Trying to find if docker is active says it is but won’t complete the process been stuck like that for hours
I have noticed in your downloads u need the nvme is that the extra storage capacity that screws on the bottom of the Jetson Orin Nano pro if so let me know the other company download didn’t mention it and everything worked until the final python3 assistant.py
Hi,
denied while trying to to connect to the docker daemon socket at Unix:///var/run/docker.sock:
The above error is related to the authority.
Could you try the below commands to see if it helps?
sudo systemctl restart docker
sudo usermod -aG docker $USER
newgrp docker
sudo systemctl daemon-reload && sudo systemctl restart docker
Thanks.
Hi,
There is a typo when you applied the sudo systemctl daemon-reload && sudo systemctl restart docker
.
(There is an extra space in ‘systemct’).
If the way doesn’t work on your side.
You can also run the docker command with sudo to enable the authority.
sudo docker run ...
Thanks.
Sudo docker run … didn’t do anything
If I was directly trying to download the Gemma on to my pro would that have anything with all these errors
Hi,
Please run the below command and try it again
$ sudo apt-get install -y docker-ce=5:27.5* docker-ce-cli=5:27.5* --allow-downgrades
Thanks.