chansung commited on
Commit
510758e
1 Parent(s): cfffe9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -27,5 +27,9 @@ ENV HOME=/home/user \
27
  COPY app app
28
  RUN pip install -r app/requirements.txt
29
 
 
 
 
 
30
  ENTRYPOINT ["/bin/bash"]
31
  CMD ["entrypoint.sh"]
 
27
  COPY app app
28
  RUN pip install -r app/requirements.txt
29
 
30
+ ENV GRADIO_PORT=$GRADIO_PORT
31
+ ENV MODEL_NAME=$MODEL_NAME
32
+ ENV QUANTIZE=$QUANTIZE
33
+
34
  ENTRYPOINT ["/bin/bash"]
35
  CMD ["entrypoint.sh"]