From 4759648722f289817cf2e808a1a99dde5ea18d29 Mon Sep 17 00:00:00 2001 From: Andrina Zhang <78346223+andrinazxx@users.noreply.github.com> Date: Tue, 28 May 2024 19:16:31 -0700 Subject: [PATCH] Update Dockerfile - numpy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c669f1..595562c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ USER jovyan # RUN conda install -y scikit-learn -RUN pip install --no-cache-dir networkx scipy wave soundfile pytorch_lightning +RUN pip install --no-cache-dir networkx numpy scipy wave soundfile pytorch_lightning # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]