antonisbast commited on
Commit
475e24a
·
verified ·
1 Parent(s): b5aa172

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile CHANGED
@@ -40,3 +40,11 @@ COPY --chown=user . /home/user/app
40
  EXPOSE 7860
41
 
42
  CMD ["python", "app.py"]
 
 
 
 
 
 
 
 
 
40
  EXPOSE 7860
41
 
42
  CMD ["python", "app.py"]
43
+
44
+ RUN pip install --no-cache-dir \
45
+ gradio==5.12.0 \
46
+ sentence-transformers>=3.0.0 \
47
+ scikit-learn>=1.5.0 \
48
+ numpy>=1.26.0 \
49
+ huggingface_hub>=0.25.0 \
50
+ requests