File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,8 @@ COPY notebooks/demo_working_with_cogstack/requirements.txt /srv/jupyterhub/worki
217217
218218RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
219219 uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt && \
220- uv pip install --system --no-cache-dir -r /srv/jupyterhub/working_with_cogstack_requirements.txt ; \
221220 else \
222221 uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ && \
223- uv pip install --system --no-cache-dir -r /srv/jupyterhub/working_with_cogstack_requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ ; \
224222 fi
225223
226224#######################################################################################################
You can’t perform that action at this time.
0 commit comments