a-ragab-h-m commited on
Commit
f072897
·
verified ·
1 Parent(s): abaaf7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ COPY . /code
9
  # إعداد مجلد الكتابة المسموح به في Hugging Face (عادة /data)
10
  RUN mkdir -p /data/results && chmod -R 777 /data
11
 
 
 
12
  # تثبيت المتطلبات
13
  RUN pip install --upgrade pip && \
14
  pip install -r requirements.txt
 
9
  # إعداد مجلد الكتابة المسموح به في Hugging Face (عادة /data)
10
  RUN mkdir -p /data/results && chmod -R 777 /data
11
 
12
+ RUN chmod -R 777 /data
13
+
14
  # تثبيت المتطلبات
15
  RUN pip install --upgrade pip && \
16
  pip install -r requirements.txt