zhengr commited on
Commit
b1a1d68
·
verified ·
1 Parent(s): b44fef2

Update Dockerfile

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