From 76cd0efe4d9eeb9914db4d6dfcf1ce79e5e0613c Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Wed, 13 Nov 2024 08:34:04 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index bae320b..4dfe780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,9 @@ RUN mkdir -p /pyrocket_scripts && cp -r ${REPO_DIR}/scripts/* /pyrocket_scripts/ RUN chown -R root:staff /pyrocket_scripts && \ chmod -R 775 /pyrocket_scripts +# Install extra conda packages +RUN /pyrocket_scripts/install-conda-packages.sh ${REPO_DIR}/environment.yml + # Convert NB_USER to ENV (from ARG) so that it passes to the child dockerfile ENV NB_USER=${NB_USER}