We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596fe1c commit fcda2d7Copy full SHA for fcda2d7
1 file changed
tests/test_containers_gpu.py
@@ -6,11 +6,10 @@
6
import spikeinterface.extractors as se
7
import spikeinterface.sorters as ss
8
9
-
10
-DOCKER_SINGULARITY = "singularity" # "singularity"
11
12
os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'
13
+# test docker or singularity
+DOCKER_SINGULARITY = "singularity" # "docker"
14
15
16
def generate_run_kwargs(DOCKER_SINGULARITY):
0 commit comments