Diamanta commited on
Commit
75d98ed
·
verified ·
1 Parent(s): 45c840a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \