Spaces:
Runtime error
Runtime error
migrate: GCP to Hugging Face
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -16,6 +16,9 @@ RUN pip install --no-cache-dir --upgrade -r linux.requirements.txt
|
|
16 |
|
17 |
COPY . /etc/docpet_backend_service/
|
18 |
|
|
|
|
|
|
|
19 |
RUN wget -O /etc/docpet_backend_service/ml_models/model.h5 https://github.com/belajarqywok/mbadhog/raw/main/model.h5
|
20 |
|
21 |
EXPOSE 7860
|
|
|
16 |
|
17 |
COPY . /etc/docpet_backend_service/
|
18 |
|
19 |
+
RUN mkdir -p /etc/docpet_backend_service/temp && \
|
20 |
+
chmod -R 755 /etc/docpet_backend_service/temp
|
21 |
+
|
22 |
RUN wget -O /etc/docpet_backend_service/ml_models/model.h5 https://github.com/belajarqywok/mbadhog/raw/main/model.h5
|
23 |
|
24 |
EXPOSE 7860
|