Spaces:
Runtime error
Runtime error
Commit
·
e02851f
1
Parent(s):
0fd692d
model attribute not found problem is solved
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN mkdir -p /var/cache/fontconfig && chmod 777 /var/cache/fontconfig
|
|
19 |
ENV MPLCONFIGDIR=/tmp
|
20 |
ENV YOLO_CONFIG_DIR=/tmp
|
21 |
ENV FONTCONFIG_PATH=/var/cache/fontconfig
|
22 |
-
|
23 |
|
24 |
# Install Python dependencies
|
25 |
COPY Web_app/requirements.txt ./requirements.txt
|
|
|
19 |
ENV MPLCONFIGDIR=/tmp
|
20 |
ENV YOLO_CONFIG_DIR=/tmp
|
21 |
ENV FONTCONFIG_PATH=/var/cache/fontconfig
|
22 |
+
|
23 |
|
24 |
# Install Python dependencies
|
25 |
COPY Web_app/requirements.txt ./requirements.txt
|