Skip to content

Commit

Permalink
Updating Python dockers to new base
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacWarham committed Sep 3, 2024
1 parent dd7ebe7 commit 2b26942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 512/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the base image provided by MDS
FROM ubcmds/base-python:02665d9
FROM ubcmds/base-python:dd7ebe7

# Define additional packages that are specific to this course
ENV PYTHON_PACKAGES="scipy"
Expand Down
2 changes: 1 addition & 1 deletion 531/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the base image provided by MDS
FROM ubcmds/base-python:02665d9
FROM ubcmds/base-python:dd7ebe7

# Define additional packages that are specific to this course
ENV PYTHON_PACKAGES="altair vega_datasets"
Expand Down
2 changes: 1 addition & 1 deletion 571/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the base image provided by MDS
FROM ubcmds/base-python:02665d9
FROM ubcmds/base-python:dd7ebe7

# Define additional packages that are specific to this course
ENV PYTHON_PACKAGES="scipy"
Expand Down

0 comments on commit 2b26942

Please sign in to comment.