Skip to content

Commit

Permalink
Update Dockerfile-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson authored Oct 2, 2023
1 parent 909a0d3 commit d069874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-notebook
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ WORKDIR /home/$NB_USER
USER $NB_UID
COPY --chown=$NB_UID:$NB_UID ./docs/getting_started/basic/ ./serverless/getting_started/basic/
COPY --chown=$NB_UID:$NB_UID ./docs/getting_started/experimental/ ./serverless/getting_started/experimental/
COPY --chown=$NB_UID:$NB_UID ./docs/examples/examples/ ./serverless/examples/
COPY --chown=$NB_UID:$NB_UID ./docs/examples/ ./serverless/examples/

ENV JUPYTER_ENABLE_LAB=no

0 comments on commit d069874

Please sign in to comment.