From 56f23a9b3aaaa4785516eccb68458c5a6dcbbdb1 Mon Sep 17 00:00:00 2001 From: Ashley Juavinett Date: Tue, 14 May 2024 10:44:35 -0700 Subject: [PATCH] Update Dockerfile add playsound and nimfa for NMF tutorial --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddba047..ae56b6f 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' +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'