Spaces:
Runtime error
Runtime error
migrate: GCP to Hugging Face
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,8 +18,7 @@ RUN pip install --no-cache-dir --upgrade -r linux.requirements.txt
|
|
18 |
|
19 |
COPY --chown=user . /etc/docpet_backend_service/
|
20 |
|
21 |
-
RUN
|
22 |
-
https://github.com/belajarqywok/mbadhog/raw/main/model.h5
|
23 |
|
24 |
RUN --chown=user alembic upgrade head
|
25 |
|
|
|
18 |
|
19 |
COPY --chown=user . /etc/docpet_backend_service/
|
20 |
|
21 |
+
RUN wget -O /etc/docpet_backend_service/ml_models/model.h5 https://github.com/belajarqywok/mbadhog/raw/main/model.h5
|
|
|
22 |
|
23 |
RUN --chown=user alembic upgrade head
|
24 |
|