Skip to content

Commit 2bcc7e2

Browse files
committed
fix up runtime dir
1 parent 94086e1 commit 2bcc7e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ RUN mkdir -p /host-libs && \
5353
# Workspace directory
5454
RUN mkdir -p /workspace
5555

56+
RUN mkdir -p /app/.jupyter/runtime
57+
5658
# User sync script (MaNIAC Lab infrastructure)
5759
RUN /app/entrypoint.sh curl -fsSL -o /usr/local/bin/sync_users_debian.sh \
5860
https://raw.githubusercontent.com/maniaclab/ci-connect-api/master/resources/provisioner/sync_users_debian.sh && \

0 commit comments

Comments
 (0)