Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
@@ -1,18 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
# إنشاء مجلد العمل
|
9 |
-
WORKDIR /app
|
10 |
-
|
11 |
-
# تنزيل النموذج من Hugging Face
|
12 |
-
RUN git clone https://huggingface.co/immich-app/antelopev2 /app/model
|
13 |
-
|
14 |
-
# نسخ كود التطبيق
|
15 |
-
COPY app.py /app/app.py
|
16 |
-
|
17 |
-
# تشغيل التطبيق
|
18 |
-
CMD ["python", "/app/app.py"]
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
onnxruntime
|
4 |
+
huggingface_hub
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|