File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,16 @@ RUN pip install --no-cache-dir \
80
80
torch==${TORCH_VERSION} \
81
81
torchvision \
82
82
torchaudio \
83
- --index-url https://download.pytorch.org/whl/cu124
83
+ --index-url https://download.pytorch.org/whl/cu124 && \
84
+ fix-permissions $CONDA_DIR && \
85
+ fix-permissions /home/$NB_USER && \
86
+ mamba clean -a -y
84
87
85
- RUN pip install tensorflow==$TENSORFLOW_VERSION tensorflow-datasets tensorrt==$TENSORRT_VERSION keras==$KERAS_VERSION tf-keras==$TENSORFLOW_VERSION && \
88
+ RUN pip install --no-cache-dir \
89
+ tensorflow==$TENSORFLOW_VERSION tensorflow-datasets tensorrt==$TENSORRT_VERSION keras==$KERAS_VERSION tf-keras==$TENSORFLOW_VERSION && \
86
90
fix-permissions $CONDA_DIR && \
87
91
fix-permissions /home/$NB_USER && \
88
- mamba clean -a -y && \
89
- pip cache purge
92
+ mamba clean -a -y
90
93
91
94
RUN pip install transformers datasets accelerate huggingface-hub timm && \
92
95
fix-permissions $CONDA_DIR && \
You can’t perform that action at this time.
0 commit comments