We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173568 commit 7c4d319Copy full SHA for 7c4d319
Dockerfile_singleuser
@@ -212,8 +212,6 @@ RUN uv pip install --upgrade --system pip setuptools wheel
212
213
# install the rest of the packages including medcat
214
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
217
218
RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
219
uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt \
0 commit comments