-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem pulling sorter docker image #71
Comments
Hi, can you try to just use Btw, does it work to pull the image from the docker API? From terminal: |
Hi. using
However when then i run
i get
|
Do you have a GPU? What is are you using? |
I do have a GPU, it's a NVIDIA rtx 2060 which to my understanding also has CUDA capabilities. Running everything on Linux |
ok, did you follow these instructions? https://spikeinterface.readthedocs.io/en/latest/modules/sorters.html#running-sorters-in-docker-singularity-containers You need some additional steps to let Docker use the GPU |
Im currently trying to pull an image from the spikeinterface Docker Hub using the following code
However, after working for a few minutes, it gives back the following error
ImageNotFound: 404 Client Error for http+docker://localhost/v1.43/images/spikeinterface/kilosort3-compiled-base:latest/json: Not Found ("No such image: spikeinterface/kilosort3-compiled-base:latest")
Would appreciate any ideas on how to solve it. Thanks.
The text was updated successfully, but these errors were encountered: