Skip to content

Commit 5a88167

Browse files
committed
Removed refs to old working_with_cogstack.
1 parent 654c520 commit 5a88167

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile_singleuser

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ COPY notebooks/demo_working_with_cogstack/requirements.txt /srv/jupyterhub/worki
217217

218218
RUN 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
#######################################################################################################

0 commit comments

Comments
 (0)