Spaces:
Sleeping
Sleeping
sachin
commited on
Commit
·
bdaab43
1
Parent(s):
6aed336
rever-proxed
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ COPY . .
|
|
10 |
# Expose port from settings
|
11 |
EXPOSE 7860
|
12 |
|
|
|
13 |
# Healthcheck
|
14 |
HEALTHCHECK --interval=30s --timeout=3s \
|
15 |
CMD curl -f http://localhost:7860/v1/health || exit 1
|
|
|
10 |
# Expose port from settings
|
11 |
EXPOSE 7860
|
12 |
|
13 |
+
RUN pip install httpx
|
14 |
# Healthcheck
|
15 |
HEALTHCHECK --interval=30s --timeout=3s \
|
16 |
CMD curl -f http://localhost:7860/v1/health || exit 1
|