Skip to content

Commit

Permalink
update Dockerfile to allow for custom nb release (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiona-Waters authored Sep 5, 2024
1 parent 261da3f commit 9f5e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-nb-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi9-python-3.9-2023a_202303

COPY requirements/requirements.txt requirements.txt

RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

RUN pip uninstall pickle5 -y

Expand Down

0 comments on commit 9f5e7b3

Please sign in to comment.