chansung commited on
Commit
d61a05e
1 Parent(s): 5b5f00e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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