Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -4,6 +4,10 @@ ARG QUANTIZATION
|
|
4 |
|
5 |
FROM ghcr.io/huggingface/text-generation-inference:latest
|
6 |
|
|
|
|
|
|
|
|
|
7 |
ENV TZ=Europe/Paris \
|
8 |
PORT=3000
|
9 |
|
|
|
4 |
|
5 |
FROM ghcr.io/huggingface/text-generation-inference:latest
|
6 |
|
7 |
+
ARG GRADIO_PORT
|
8 |
+
ARG MODEL_NAME
|
9 |
+
ARG QUANTIZATION
|
10 |
+
|
11 |
ENV TZ=Europe/Paris \
|
12 |
PORT=3000
|
13 |
|