Sara-Adjo commited on
Commit
ad17fdb
·
verified ·
1 Parent(s): 37bdfa4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -9,20 +9,20 @@ RUN apt-get update && apt-get install -y \
9
 
10
  COPY requirements.txt .
11
 
12
- # Flask et utilitaires
13
  RUN pip install --no-cache-dir \
14
  flask==3.0.0 \
15
  pillow==10.0.0 \
16
  numpy==1.26.0 \
17
  gunicorn==21.2.0
18
 
19
- # PyTorch CPU
20
  RUN pip install --no-cache-dir \
21
  torch==2.1.0 \
22
  torchvision==0.16.0 \
23
  --index-url https://download.pytorch.org/whl/cpu
24
 
25
- # ⚠️ TensorFlow — même version que Colab (Keras 3.x)
26
  RUN pip install --no-cache-dir \
27
  tensorflow==2.17.0 \
28
  keras==3.4.1
 
9
 
10
  COPY requirements.txt .
11
 
12
+
13
  RUN pip install --no-cache-dir \
14
  flask==3.0.0 \
15
  pillow==10.0.0 \
16
  numpy==1.26.0 \
17
  gunicorn==21.2.0
18
 
19
+
20
  RUN pip install --no-cache-dir \
21
  torch==2.1.0 \
22
  torchvision==0.16.0 \
23
  --index-url https://download.pytorch.org/whl/cpu
24
 
25
+
26
  RUN pip install --no-cache-dir \
27
  tensorflow==2.17.0 \
28
  keras==3.4.1