Skip to content

Commit 7c4d319

Browse files
committed
Re-remove old ref.
1 parent 5173568 commit 7c4d319

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
@@ -212,8 +212,6 @@ RUN uv pip install --upgrade --system pip setuptools wheel
212212

213213
# install the rest of the packages including medcat
214214
COPY ./requirements.txt /srv/jupyterhub/
215-
# install requirements for working with cogstack scripts
216-
COPY notebooks/demo_working_with_cogstack/requirements.txt /srv/jupyterhub/working_with_cogstack_requirements.txt
217215

218216
RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
219217
uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt \

0 commit comments

Comments
 (0)