Skip to content

Commit

Permalink
Update Dockerfile - pytorch-lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrinazxx authored May 29, 2024
1 parent 4759648 commit a38b7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 1) choose base container
# generally use the most recent tag
# Andrina testing push

# base notebook, contains Jupyter and relevant tools
# See https://github.com/ucsd-ets/datahub-docker-stack/wiki/Stable-Tag
Expand All @@ -22,7 +21,7 @@ USER jovyan

# RUN conda install -y scikit-learn

RUN pip install --no-cache-dir networkx numpy scipy wave soundfile pytorch_lightning
RUN pip install --no-cache-dir networkx scipy wave soundfile pytorch-lightning

# Override command to disable running jupyter notebook at launch
# CMD ["/bin/bash"]

0 comments on commit a38b7ac

Please sign in to comment.