Skip to content

Commit

Permalink
Trigger full rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 5, 2024
1 parent bdf3066 commit d051e2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG PYTHON_VERSION=python-3.11.8
FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION
# coerce change in all notebooks
USER root

# Setup datascience apt pkgs + env vars
Expand Down
1 change: 1 addition & 0 deletions images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ COPY ./test ./integration_tests /home/jovyan/

USER $NB_USER

# Cleanup
RUN conda init bash
1 change: 0 additions & 1 deletion images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ RUN pip install opencv-contrib-python-headless \

# Install CUDA/Torch/Tensorflow/Keras w/pip
## no purge required but no-cache-dir is used. pip purge will actually break the build here!
## We already have the lib files imported into LD_LIBRARY_PATH by CUDDN and the cudatoolkit. let's remove these and save some image space.
## Beware of potentially needing to update these if we update the drivers.
## Check tensorrt_env_vars.sh if you have to bump tensorrt!
RUN pip install nvidia-cudnn-cu12==$CUDNN_VERSION torch==$TORCH_VERSION torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 && \
Expand Down

0 comments on commit d051e2c

Please sign in to comment.