KJ24 commited on
Commit
7bf3795
·
verified ·
1 Parent(s): 9495019

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -65,6 +65,7 @@ RUN pip install -r requirements.txt
65
  RUN pip uninstall -y sentence-transformers && \
66
  pip install sentence-transformers==2.6.1
67
 
 
68
 
69
 
70
  # ===== CRÉATION DOSSIERS CACHE =====
@@ -79,9 +80,6 @@ COPY . /app
79
  # ===== MISE À JOUR PIP =====
80
  RUN pip install --upgrade pip
81
 
82
- # ===== INSTALLATION DÉPENDANCES =====
83
- #RUN pip install -r requirements.txt
84
-
85
 
86
  # RUN pip install llama-cpp-python==0.2.24 llama-index-llms-llama-cpp==0.1.2
87
 
 
65
  RUN pip uninstall -y sentence-transformers && \
66
  pip install sentence-transformers==2.6.1
67
 
68
+ RUN pip check
69
 
70
 
71
  # ===== CRÉATION DOSSIERS CACHE =====
 
80
  # ===== MISE À JOUR PIP =====
81
  RUN pip install --upgrade pip
82
 
 
 
 
83
 
84
  # RUN pip install llama-cpp-python==0.2.24 llama-index-llms-llama-cpp==0.1.2
85