Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add dandi and fsspec
  • Loading branch information
ajuavinett authored Apr 28, 2024
1 parent 7eb409a commit afd04d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ LABEL maintainer="UC San Diego ITS/ETS <ets-consult@ucsd.edu>"

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'

0 comments on commit afd04d1

Please sign in to comment.