Spaces:
Sleeping
Sleeping
port changed to 7860
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,7 +54,7 @@ ENV HF_HOME="/app/cache"
|
|
54 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
55 |
|
56 |
# Expose the API port
|
57 |
-
EXPOSE
|
58 |
|
59 |
# Run the service manager
|
60 |
ENTRYPOINT ["python", "api/service_manager.py"]
|
|
|
54 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
55 |
|
56 |
# Expose the API port
|
57 |
+
EXPOSE 7860
|
58 |
|
59 |
# Run the service manager
|
60 |
ENTRYPOINT ["python", "api/service_manager.py"]
|