alaaashari commited on
Commit
542d4b0
·
verified ·
1 Parent(s): e8e70d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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