You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to install the docker on Linux machine with nvidia P4000 card.
I ran this:
sudo docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12
and it mostly works - but then fails:
docker: unauthorized: authentication required.
Tried as a suer only, with sudo, and even logged in as root.
All - end with same error.
I've managed to load other dockers - so I'm pretty sure the docker foundation is OK.
I did manage to get this working on an M1 Mac mini 2020 - but it was SOOOO slow...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I'm trying to install the docker on Linux machine with nvidia P4000 card.
I ran this:
sudo docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12
and it mostly works - but then fails:
docker: unauthorized: authentication required.
Tried as a suer only, with sudo, and even logged in as root.
All - end with same error.
I've managed to load other dockers - so I'm pretty sure the docker foundation is OK.
I did manage to get this working on an M1 Mac mini 2020 - but it was SOOOO slow...
Anyone had similar experience? Any pointers?
Beta Was this translation helpful? Give feedback.
All reactions