Skip to content

Commit

Permalink
Merge pull request #1 from ucsd-ets/wi25
Browse files Browse the repository at this point in the history
Wi25
  • Loading branch information
XuwenAmyLou authored Jan 23, 2025
2 parents 262589f + a9d6310 commit 032d104
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2022.1-stable
# keeping parent as 2022.1 since masspy isn't in active development
ARG BASE_CONTAINER=ghcr.io/ucsd-ets/beng123-notebook:main

FROM $BASE_CONTAINER

Expand All @@ -13,4 +14,5 @@ RUN apt-get update && \

USER jovyan

RUN pip install --no-cache-dir masspy==0.1.7
# See https://github.com/ucsd-ets/beng123-notebook/blob/main/package-versions.md
RUN pip install --no-cache-dir cobra==0.23.0 libroadrunner==2.2.2 masspy==0.1.7 matplotlib==3.6.2 notebook==6.5.2 numpy==1.23.5 optlang==1.6.1 pandas==1.5.2 pip==22.2.2 scipy==1.9.3 setuptools==65.5.0 six==1.16.0 sympy==1.11.1 tabulate==0.9.0 wheel==0.37.1

0 comments on commit 032d104

Please sign in to comment.