We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94086e1 commit 2bcc7e2Copy full SHA for 2bcc7e2
1 file changed
Dockerfile
@@ -53,6 +53,8 @@ RUN mkdir -p /host-libs && \
53
# Workspace directory
54
RUN mkdir -p /workspace
55
56
+RUN mkdir -p /app/.jupyter/runtime
57
+
58
# User sync script (MaNIAC Lab infrastructure)
59
RUN /app/entrypoint.sh curl -fsSL -o /usr/local/bin/sync_users_debian.sh \
60
https://raw.githubusercontent.com/maniaclab/ci-connect-api/master/resources/provisioner/sync_users_debian.sh && \
0 commit comments