zhengr commited on
Commit
38e75db
·
verified ·
1 Parent(s): 0554e25

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN pwd
29
  ARG PIP_INDEX=https://pypi.org/simple
30
  RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
31
  pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
32
- pip install -i "$PIP_INDEX" --upgrade-strategy only-if-needed -r inference/xinference/deploy/docker/requirements_cpu.txt && \
33
  pip install "llama-cpp-python==0.2.77" --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu && \
34
  cd /opt/inference && \
35
  python setup.py build_web && \
 
29
  ARG PIP_INDEX=https://pypi.org/simple
30
  RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
31
  pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
32
+ pip install -i "$PIP_INDEX" --upgrade-strategy only-if-needed -r /inference/xinference/deploy/docker/requirements_cpu.txt && \
33
  pip install "llama-cpp-python==0.2.77" --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu && \
34
  cd /opt/inference && \
35
  python setup.py build_web && \