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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN echo $QUANTIZATION
25
 
26
  RUN ls -ltr
27
  RUN cat entrypoint.sh.template
28
- RUN export $QUANTIZATION && export $MODEL_NAME && export $QUANTIZATION &&
29
  envsubst '$GRADIO_PORT, $MODEL_NAME, $QUANTIZATION' < "entrypoint.sh.template" > "entrypoint.sh"
30
  RUN cat entrypoint.sh
31
 
 
25
 
26
  RUN ls -ltr
27
  RUN cat entrypoint.sh.template
28
+ RUN export $QUANTIZATION && export $MODEL_NAME && export $QUANTIZATION && \
29
  envsubst '$GRADIO_PORT, $MODEL_NAME, $QUANTIZATION' < "entrypoint.sh.template" > "entrypoint.sh"
30
  RUN cat entrypoint.sh
31