Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y libgomp1
|
|
| 18 |
|
| 19 |
# Download the prebuilt wheel and install it, then install other Python deps
|
| 20 |
RUN mkdir -p /wheels && \
|
| 21 |
-
curl -L -o /wheels/llama_cpp_python-0.
|
| 22 |
"https://github.com/Ishka12345/llama-cpp-python-3.11/releases/download/v1.1.0/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl" && \
|
| 23 |
pip install --upgrade pip setuptools wheel && \
|
| 24 |
pip install --no-cache-dir /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl && \
|
|
|
|
| 18 |
|
| 19 |
# Download the prebuilt wheel and install it, then install other Python deps
|
| 20 |
RUN mkdir -p /wheels && \
|
| 21 |
+
curl -L -o /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl \
|
| 22 |
"https://github.com/Ishka12345/llama-cpp-python-3.11/releases/download/v1.1.0/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl" && \
|
| 23 |
pip install --upgrade pip setuptools wheel && \
|
| 24 |
pip install --no-cache-dir /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl && \
|