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