File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,9 @@ RUN uv pip install --upgrade --system pip setuptools wheel
214214COPY ./requirements.txt /srv/jupyterhub/
215215
216216RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
217- uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt \
217+ uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt ; \
218218 else \
219- uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ \
219+ uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ ; \
220220 fi
221221
222222#######################################################################################################
You can’t perform that action at this time.
0 commit comments