diff --git a/Dockerfile b/Dockerfile index 0b86de3..116c275 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 +RUN pip install --no-cache-dir networkx scipy wave soundfile pytorch-lightning pytorch_lightning # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]