Morgan Funtowicz
commited on
Commit
·
bcfd393
1
Parent(s):
9022164
misc(whisper): use correct ENV syntax
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -7,8 +7,8 @@ RUN --mount=type=bind,from=huggingface/endpoints-sdk:v1.0.0-beta-py312-manylinux
|
|
| 7 |
|
| 8 |
COPY handler.py /opt/endpoints/
|
| 9 |
|
| 10 |
-
ENV HFENDPOINT_INTERFACE
|
| 11 |
-
ENV HFENDPOINT_PORT
|
| 12 |
|
| 13 |
EXPOSE 80
|
| 14 |
ENTRYPOINT ["python3"]
|
|
|
|
| 7 |
|
| 8 |
COPY handler.py /opt/endpoints/
|
| 9 |
|
| 10 |
+
ENV HFENDPOINT_INTERFACE=0.0.0.0
|
| 11 |
+
ENV HFENDPOINT_PORT=80
|
| 12 |
|
| 13 |
EXPOSE 80
|
| 14 |
ENTRYPOINT ["python3"]
|