Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -15,8 +15,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
17 |
RUN MODEL_NAME=$MODEL_NAME && export MODEL_NAME \
|
18 |
-
GRADIO_PORT=$GRADIO_PORT &&
|
19 |
-
QUANTIZATION=$QUANTIZATION &&
|
20 |
envsubst < "entrypoint.sh" > "entrypoint.sh"
|
21 |
|
22 |
RUN mkdir -p /data/db
|
|
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
17 |
RUN MODEL_NAME=$MODEL_NAME && export MODEL_NAME \
|
18 |
+
&& GRADIO_PORT=$GRADIO_PORT && export GRADIO_PORT \
|
19 |
+
&& QUANTIZATION=$QUANTIZATION && export QUANTIZATION && \
|
20 |
envsubst < "entrypoint.sh" > "entrypoint.sh"
|
21 |
|
22 |
RUN mkdir -p /data/db
|