Ram Prakash commited on
Commit
6b67c51
·
verified ·
1 Parent(s): 3aab8f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -91,7 +91,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
91
  COPY --chown=user . $HOME/app
92
 
93
  # Copy Jupyter notebooks to data for direcly loading them.
94
- RUN --mount=target=/data/Wallpaper_Preference_Learning.ipynb,source=Wallpaper_Preference_Learning.ipynb
95
 
96
  RUN chmod +x start_server.sh
97
 
 
91
  COPY --chown=user . $HOME/app
92
 
93
  # Copy Jupyter notebooks to data for direcly loading them.
94
+ COPY Wallpaper_Preference_Learning.ipynb /data/Wallpaper_Preference_Learning.ipynb
95
 
96
  RUN chmod +x start_server.sh
97