From b782f51ab9d29e10fda2d9f4620ceb27a53ad504 Mon Sep 17 00:00:00 2001 From: Andrina Zhang <78346223+andrinazxx@users.noreply.github.com> Date: Tue, 28 May 2024 23:48:55 -0700 Subject: [PATCH] Update Dockerfile - with ver --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fa8fe3..d8a7f57 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 librosa wave soundfile lightning-utilities pytorch-lightning pytorch_lightning +RUN pip install --no-cache-dir networkx scipy librosa==0.10.0 wave soundfile lightning-utilities==0.7.1 pytorch-lightning==1.9.4 # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]