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 a5decdc commit 5b0f97dCopy full SHA for 5b0f97d
Dockerfile_singleuser
@@ -223,7 +223,7 @@ RUN if [ "$GPU_BUILD" = "true" ] && [ "$CPU_ARCHITECTURE" = "amd64" ]; then \
223
fi
224
225
# move notebooks
226
-RUN mv /srv/jupyterhub/medcat-scripts/* /home/jovyan/work/.
+RUN mv /srv/jupyterhub/medcat-scripts /home/jovyan/work/medcat-scripts
227
228
#######################################################################################################
229
0 commit comments