Skip to content

Commit

Permalink
Merge pull request #5 from eodcgmbh/github-workflow
Browse files Browse the repository at this point in the history
add python version pinning and remove pip cache clearing.
  • Loading branch information
christophreimer authored Nov 6, 2024
2 parents 508d804 + 3277cd8 commit 05409dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterlab/eodc-minimal-notebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the Modified BSD License.
ARG REGISTRY=quay.io
ARG OWNER=jupyter
ARG BASE_IMAGE=$REGISTRY/$OWNER/minimal-notebook
ARG TAG=python-3.11.10
ARG BASE_IMAGE=$REGISTRY/$OWNER/minimal-notebook:$TAG
FROM $BASE_IMAGE

LABEL maintainer="EODC Gmbh <support@eodc.eu>"
Expand Down Expand Up @@ -35,7 +36,6 @@ RUN pip install --no-cache-dir --upgrade \
jupyterlab-s3-browser \
nbgitpuller \
psycopg2-binary \
eodc && \
pip cache purge
eodc

USER ${NB_UID}

0 comments on commit 05409dc

Please sign in to comment.