derek-thomas HF staff commited on
Commit
ea66313
·
1 Parent(s): 7e2b395

Updating dockerfile to include notebooks

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -55,6 +55,7 @@ WORKDIR $HOME/app
55
 
56
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
57
  COPY --chown=user ./jupyterlab/ $HOME/app
 
58
 
59
  #######################################
60
  # Start root user section
 
55
 
56
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
57
  COPY --chown=user ./jupyterlab/ $HOME/app
58
+ COPY --chown=user ./notebooks/ $HOME/app/notebooks/
59
 
60
  #######################################
61
  # Start root user section