Skip to content
Snippets Groups Projects
Commit 235de65e authored by Adam Fekete's avatar Adam Fekete
Browse files

update bae image

parent c00a7edd
No related branches found
No related tags found
1 merge request!3Refactor the final notebbok
Pipeline #223868 passed
ARG BASE_IMAGE=jupyter/scipy-notebook:python-3.11 ARG BASE_IMAGE=quay.io/jupyter/scipy-notebook:python-3.11
FROM $BASE_IMAGE FROM $BASE_IMAGE
# ================================================================================ # ================================================================================
...@@ -16,8 +16,8 @@ FROM $BASE_IMAGE ...@@ -16,8 +16,8 @@ FROM $BASE_IMAGE
# && fix-permissions "/home/${NB_USER}" # && fix-permissions "/home/${NB_USER}"
# Install from the requirements.txt file # Install from the requirements.txt file
COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/ COPY --chown=${NB_UID}:${NB_GID} requirements.in /tmp/
RUN pip install --no-cache-dir --requirement /tmp/requirements.txt && \ RUN pip install --no-cache-dir --requirement /tmp/requirements.in && \
fix-permissions "${CONDA_DIR}" && \ fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" fix-permissions "/home/${NB_USER}"
......
# x
matplotlib matplotlib
numpy numpy
pandas pandas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment