Spaces:
Sleeping
Sleeping
add libopenblas-dev for llama-cpp-python i built with openblas
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
gcc \
|
| 10 |
g++ \
|
| 11 |
make \
|
|
|
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
# Copy requirements and install Python dependencies
|
|
|
|
| 9 |
gcc \
|
| 10 |
g++ \
|
| 11 |
make \
|
| 12 |
+
libopenblas-dev \
|
| 13 |
&& rm -rf /var/lib/apt/lists/*
|
| 14 |
|
| 15 |
# Copy requirements and install Python dependencies
|