KamalamSivakumar commited on
Commit
3dfe6ac
·
verified ·
1 Parent(s): 27e88f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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