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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ 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 && \
36
  git restore . && \
37
  pip install -i "$PIP_INDEX" --no-deps "." && \
 
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 /inference && \
35
  python setup.py build_web && \
36
  git restore . && \
37
  pip install -i "$PIP_INDEX" --no-deps "." && \