Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# استخدم صورة أساسية مناسبة
|
2 |
FROM python:3.10-slim
|
3 |
-
|
4 |
# تثبيت المتطلبات
|
5 |
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu \
|
6 |
&& pip install onnxruntime huggingface_hub fastapi uvicorn
|
|
|
1 |
# استخدم صورة أساسية مناسبة
|
2 |
FROM python:3.10-slim
|
3 |
+
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/
|
4 |
# تثبيت المتطلبات
|
5 |
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu \
|
6 |
&& pip install onnxruntime huggingface_hub fastapi uvicorn
|