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