Spaces:
Runtime error
Runtime error
AnujPanthri
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN ls -lh
|
|
16 |
# RUN ls -lh
|
17 |
|
18 |
RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
|
19 |
-
python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.
|
20 |
|
21 |
RUN chmod g+w /app
|
22 |
-
CMD python3 app/app.py
|
|
|
16 |
# RUN ls -lh
|
17 |
|
18 |
RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
|
19 |
+
python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.1
|
20 |
|
21 |
RUN chmod g+w /app
|
22 |
+
CMD python3 app/app.py
|