Spaces:
Sleeping
Sleeping
Ram Prakash
commited on
Update Dockerfile
Browse files- 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 |
-
|
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 |
|