Im currently trying to pull an image from the spikeinterface Docker Hub using the following code (on Visual Studio Code):
sorting_KS2 = ss.run_sorter(sorter_name="kilosort2", recording=recording_preprocessed, docker_image=True, verbose=False)
However, I get the following error:

I verified that this file dows exist using powershell.
I am new to spikeinterface and is the first time using docker so would appreciate any help on how to solve this issue. Thanks.
Im currently trying to pull an image from the spikeinterface Docker Hub using the following code (on Visual Studio Code):
sorting_KS2 = ss.run_sorter(sorter_name="kilosort2", recording=recording_preprocessed, docker_image=True, verbose=False)However, I get the following error:
I verified that this file dows exist using powershell.
I am new to spikeinterface and is the first time using docker so would appreciate any help on how to solve this issue. Thanks.