update: add back /.cache

- Huggingface might still need this e.g sentence-transformers

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
This commit is contained in:
Wen Zhou 2025-06-26 14:39:46 +02:00
parent 604e42c56d
commit fe65d45e8e

View file

@ -262,7 +262,7 @@ fi
# Add other require item commands genearic to all containers
add_to_container << EOF
RUN mkdir -p /.llama && chmod -R g+rw /app /.llama
RUN mkdir -p /.llama /.cache && chmod -R g+rw /app /.llama /.cache
EOF
printf "Containerfile created successfully in %s/Containerfile\n\n" "$TEMP_DIR"