bahi-bh commited on
Commit
f88be14
·
verified ·
1 Parent(s): d9721f4
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile DELETED
@@ -1,12 +0,0 @@
1
- FROM hlohaus789/g4f:latest
2
-
3
- # تعيين منفذ Hugging Face
4
- ENV PORT=7860
5
- ENV G4F_PORT=7860
6
-
7
- # منح صلاحيات للمجلدات الضرورية (لتجنب مشاكل Permission Denied)
8
- RUN mkdir -p /.cache && chmod 777 /.cache
9
- RUN mkdir -p /app/g4f/gui/client && chmod 777 /app/g4f/gui/client
10
-
11
- # تشغيل التطبيق (استخدام الواجهة الرسومية والـ API معاً)
12
- CMD ["python", "-m", "g4f.api.run", "--host", "0.0.0.0", "--port", "7860"]