From be3b4bc92d436121c28a4364a0a7e317e9185ce7 Mon Sep 17 00:00:00 2001 From: Andrina Zhang <78346223+andrinazxx@users.noreply.github.com> Date: Tue, 28 May 2024 23:07:33 -0700 Subject: [PATCH] Update Dockerfile - some --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 116c275..2fa8fe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ USER jovyan # RUN conda install -y scikit-learn -RUN pip install --no-cache-dir networkx scipy wave soundfile pytorch-lightning pytorch_lightning +RUN pip install --no-cache-dir networkx scipy librosa wave soundfile lightning-utilities pytorch-lightning pytorch_lightning # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]