File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,12 +215,12 @@ COPY ./requirements.txt /srv/jupyterhub/
215215
216216RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
217217 uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt && \
218- # TODO: Figure out exact syntax
219- uv run python -m medcat download-scripts /srv/jupyterhub/medcat-scripts && \
218+ # NOTE: it'll create the medcat-scripts folder within
219+ uv run python -m medcat download-scripts /srv/jupyterhub/ && \
220220 uv pip install --system --no-cache-dir -r /srv/jupyterhub/medcat-scripts/requirements.txt ; \
221221 else \
222222 uv pip install --system --no-cache-dir -r /srv/jupyterhub/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ && \
223- uv run python -m medcat download-scripts /srv/jupyterhub/medcat-scripts && \
223+ uv run python -m medcat download-scripts /srv/jupyterhub/ && \
224224 uv pip install --system --no-cache-dir -r /srv/jupyterhub/medcat-scripts/requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu/ ; \
225225 fi && \
226226 mv /srv/jupyterhub/medcat-scripts/notebooks/* /home/jovyan/work/. # move notebooks
You can’t perform that action at this time.
0 commit comments