Skip to content

Commit fcda2d7

Browse files
committed
fix
1 parent 596fe1c commit fcda2d7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/test_containers_gpu.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
import spikeinterface.extractors as se
77
import spikeinterface.sorters as ss
88

9-
10-
DOCKER_SINGULARITY = "singularity" # "singularity"
11-
129
os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'
1310

11+
# test docker or singularity
12+
DOCKER_SINGULARITY = "singularity" # "docker"
1413

1514

1615
def generate_run_kwargs(DOCKER_SINGULARITY):

0 commit comments

Comments
 (0)