From 2b26942bd95f1ff29844b5d28b39d3bc1376bb69 Mon Sep 17 00:00:00 2001 From: ZacWarham Date: Tue, 3 Sep 2024 15:12:10 -0700 Subject: [PATCH] Updating Python dockers to new base --- 512/python/Dockerfile | 2 +- 531/python/Dockerfile | 2 +- 571/python/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/512/python/Dockerfile b/512/python/Dockerfile index afa189d..4490c31 100644 --- a/512/python/Dockerfile +++ b/512/python/Dockerfile @@ -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" diff --git a/531/python/Dockerfile b/531/python/Dockerfile index 8048263..736397d 100644 --- a/531/python/Dockerfile +++ b/531/python/Dockerfile @@ -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" diff --git a/571/python/Dockerfile b/571/python/Dockerfile index afa189d..4490c31 100644 --- a/571/python/Dockerfile +++ b/571/python/Dockerfile @@ -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"