Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
RUN pip install --no-cache-dir notebook
|
9 |
|
10 |
# Copy your .ipynb file into the Docker container
|
11 |
-
COPY Wallpaper_Preference_Learning.ipynb /app/Wallpaper_Preference_Learning.ipynb
|
12 |
|
13 |
# Expose the port that Jupyter Notebook will run on
|
14 |
EXPOSE 7860 8888
|
|
|
8 |
RUN pip install --no-cache-dir notebook
|
9 |
|
10 |
# Copy your .ipynb file into the Docker container
|
11 |
+
COPY ./Wallpaper_Preference_Learning.ipynb /app/Wallpaper_Preference_Learning.ipynb
|
12 |
|
13 |
# Expose the port that Jupyter Notebook will run on
|
14 |
EXPOSE 7860 8888
|