Liantsoaxx08 commited on
Commit
f59b927
·
1 Parent(s): 9f91bce

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY . .
24
 
25
  # Récupérer les fichiers LFS explicitement
26
  RUN git lfs pull && ls -lh IAPLD.h5
27
-
28
  # Exposer le port attendu par Hugging Face Spaces
29
  EXPOSE 7860
30
 
 
24
 
25
  # Récupérer les fichiers LFS explicitement
26
  RUN git lfs pull && ls -lh IAPLD.h5
27
+ RUN pip install python-multipart
28
  # Exposer le port attendu par Hugging Face Spaces
29
  EXPOSE 7860
30