Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Jan 9, 2025
1 parent ccc07c9 commit 82b6275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keeping parent as 2022.1 since masspy isn't in active development
ARG BASE_CONTAINER=ucsdets/datascience-notebook:2022.1-stable
ARG BASE_CONTAINER=ghcr.io/ucsd-ets/beng123-notebook:main

FROM $BASE_CONTAINER

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

USER jovyan

RUN pip install --no-cache-dir masspy==0.1.6 libroadrunner==2.1.1
RUN pip install --no-cache-dir masspy==0.1.6 libroadrunner==2.1.1 numpy==1.22.1 optlang==1.8.1 pandas==1.5.3 sympy==1.12 cobra==0.23.0

0 comments on commit 82b6275

Please sign in to comment.