chansung commited on
Commit
20ce4ba
1 Parent(s): d276b79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,4 +46,4 @@ RUN pip install -r app/requirements.txt
46
  RUN cat entrypoint.sh
47
 
48
  ENTRYPOINT ["/bin/bash"]
49
- CMD ["entrypoint.sh"]
 
46
  RUN cat entrypoint.sh
47
 
48
  ENTRYPOINT ["/bin/bash"]
49
+ CMD ["QUANTIZE=$QUANTIZE", "entrypoint.sh"]