Diamanta commited on
Commit
809cefd
·
verified ·
1 Parent(s): d01f0ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ENV HF_HOME=/tmp/hf_cache
 
 
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 \