MVPilgrim commited on
Commit
809c4be
·
1 Parent(s): 6a9e0d6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
29
  RUN update-alternatives --set python3 /usr/bin/python3.11
30
 
31
  # Upgrade pip to support --break-system-packages.
32
- python -m pip install --upgrade pip
33
 
34
  # Install requirements packages, semantic text splitter, llama_cpp.
35
  COPY ./requirements.txt /app/requirements.txt
 
29
  RUN update-alternatives --set python3 /usr/bin/python3.11
30
 
31
  # Upgrade pip to support --break-system-packages.
32
+ RUN python -m pip install --upgrade pip
33
 
34
  # Install requirements packages, semantic text splitter, llama_cpp.
35
  COPY ./requirements.txt /app/requirements.txt