Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Dec 29, 2024
1 parent ffa4795 commit 289470f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@ RUN pip install --no-cache-dir \
torch==${TORCH_VERSION} \
torchvision \
torchaudio \
--index-url https://download.pytorch.org/whl/cu124
--index-url https://download.pytorch.org/whl/cu124 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean -a -y

RUN pip install tensorflow==$TENSORFLOW_VERSION tensorflow-datasets tensorrt==$TENSORRT_VERSION keras==$KERAS_VERSION tf-keras==$TENSORFLOW_VERSION && \
RUN pip install --no-cache-dir \
tensorflow==$TENSORFLOW_VERSION tensorflow-datasets tensorrt==$TENSORRT_VERSION keras==$KERAS_VERSION tf-keras==$TENSORFLOW_VERSION && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean -a -y && \
pip cache purge
mamba clean -a -y

RUN pip install transformers datasets accelerate huggingface-hub timm && \
fix-permissions $CONDA_DIR && \
Expand Down

0 comments on commit 289470f

Please sign in to comment.