chomakov commited on
Commit
3b524e7
1 Parent(s): eb87d78

Dockerfileee >>:|

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY . .
12
 
13
- CMD ["panel", "serve", "/GPT-4_PDF_summary.ipynb", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "https://chomakov-gpt-4-pdf-summary.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache
 
10
 
11
  COPY . .
12
 
13
+ CMD ["panel", "serve", "/GPT-4_PDF_summary.ipynb", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "chomakov-gpt-4-pdf-summary.hf.space:7860", "--allow-websocket-origin", "0.0.0.0:7860"]
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache