Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Base image with Python and llama-cpp dependencies
|
| 2 |
FROM python:3.11-slim
|
|
|
|
| 3 |
|
| 4 |
# System dependencies for llama-cpp
|
| 5 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
# Base image with Python and llama-cpp dependencies
|
| 2 |
FROM python:3.11-slim
|
| 3 |
+
ENV HF_HOME=/tmp/hf_cache
|
| 4 |
|
| 5 |
# System dependencies for llama-cpp
|
| 6 |
RUN apt-get update && apt-get install -y \
|