Skip to content

Commit

Permalink
more docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfine committed Jan 6, 2025
1 parent 6e00124 commit 89abc47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Following documentation https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
FROM python:3.12.7-bookworm

# TODO: pin these
RUN python3 -m pip install --no-cache-dir --root-user-action=ignore --disable-pip-version-check notebook==7.3.1 jupyterlab==4.3.4

ARG NB_USER=jovyan
Expand All @@ -24,7 +23,7 @@ USER ${NB_USER}

WORKDIR /home/jovyan

RUN python3 -m pip install --root-user-action=ignore --disable-pip-version-check --no-cache-dir -e .
RUN python3 -m pip install --no-cache-dir --root-user-action=ignore --disable-pip-version-check -e .


ENTRYPOINT []

0 comments on commit 89abc47

Please sign in to comment.