-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Im currently trying to pull an image from the spikeinterface Docker Hub using the following code
sorting_ks3 = ss.run_sorter(sorter_name= 'kilosort3',
recording=recording_saved,
output_folder=output_folder,
verbose=True, docker_image= 'spikeinterface/kilosort3-compiled-base:latest",
)
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.
Metadata
Metadata
Assignees
Labels
No labels