derek-thomas HF staff commited on
Commit
2d36a4e
1 Parent(s): bea44e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -98,7 +98,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
98
 
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app
101
- COPY --chown=user First\ Steps\ with\ Manim.ipynb $HOME/app/notebooks/
102
 
103
  RUN chmod +x start_server.sh
104
 
 
98
 
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app
101
+ RUN mkdir $HOME/app/notebooks && mv $HOME/app/"First Steps with Manim.ipynb" $HOME/app/notebooks/
102
 
103
  RUN chmod +x start_server.sh
104