Spaces:
Paused
Paused
AurelioAguirre
commited on
Commit
·
d311e85
1
Parent(s):
d828ce4
Fixed dockerfile
Browse files- dockerfile → Dockerfile +1 -1
dockerfile → Dockerfile
RENAMED
@@ -34,7 +34,7 @@ RUN mkdir -p /code/checkout/meta \
|
|
34 |
# Set environment variables
|
35 |
ENV PYTHONPATH=/code
|
36 |
ENV LLM_ENGINE_HOST=0.0.0.0
|
37 |
-
ENV LLM_ENGINE_PORT=
|
38 |
|
39 |
# Expose the port the app runs on
|
40 |
EXPOSE 8001
|
|
|
34 |
# Set environment variables
|
35 |
ENV PYTHONPATH=/code
|
36 |
ENV LLM_ENGINE_HOST=0.0.0.0
|
37 |
+
ENV LLM_ENGINE_PORT=7860
|
38 |
|
39 |
# Expose the port the app runs on
|
40 |
EXPOSE 8001
|