Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add playsound and nimfa for NMF tutorial
  • Loading branch information
ajuavinett authored May 14, 2024
1 parent 3848192 commit 56f23a9
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 <[email protected]>"

USER root

RUN pip install 'allensdk==2.16.2' 'nilearn==0.10.3' 'scipy==1.8.0' 'fsspec==2024.2.0' 'dandi==0.61.2' 'mat73' 'astropy'
RUN pip install 'allensdk==2.16.2' 'nilearn==0.10.3' 'scipy==1.8.0' 'fsspec==2024.2.0' 'dandi==0.61.2' 'mat73' 'astropy' 'playsound' 'nimfa'

0 comments on commit 56f23a9

Please sign in to comment.