From afd04d1d4d02a04f54343f7f09a4ca4b49c8e3ba Mon Sep 17 00:00:00 2001 From: Ashley Juavinett Date: Sun, 28 Apr 2024 13:20:17 -0700 Subject: [PATCH] Update Dockerfile add dandi and fsspec --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a08e136..8df4d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ LABEL maintainer="UC San Diego ITS/ETS " USER root -RUN pip install 'allensdk==2.16.2' 'nilearn==0.10.3' 'scipy==1.8.0' +RUN pip install 'allensdk==2.16.2' 'nilearn==0.10.3' 'scipy==1.8.0' 'fsspec==2024.2.0' 'dandi==0.61.2'