Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|