Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -7,9 +7,9 @@ WORKDIR /code
|
|
7 |
COPY . /code
|
8 |
|
9 |
# إعداد مجلد الكتابة المسموح به في Hugging Face (عادة /data)
|
10 |
-
RUN mkdir -p /
|
11 |
|
12 |
-
RUN chmod -R 777 /
|
13 |
|
14 |
# تثبيت المتطلبات
|
15 |
RUN pip install --upgrade pip && \
|
|
|
7 |
COPY . /code
|
8 |
|
9 |
# إعداد مجلد الكتابة المسموح به في Hugging Face (عادة /data)
|
10 |
+
RUN mkdir -p /results && chmod -R 777 /results
|
11 |
|
12 |
+
RUN chmod -R 777 /results
|
13 |
|
14 |
# تثبيت المتطلبات
|
15 |
RUN pip install --upgrade pip && \
|