Spaces:
Runtime error
Runtime error
Dockerfileee >>:|
Browse files- 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", "
|
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
|