diff --git a/Dockerfile b/Dockerfile index a9a2159..b56ea48 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' 'fsspec==2024.2.0' 'dandi==0.61.2' 'mat73' 'astropy' 'playsound' 'nimfa' 'pydeseq2' +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' 'pydeseq2' 'seaborn==0.13.2'