Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 /
|
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 "." && \
|