mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
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:
parent
604e42c56d
commit
fe65d45e8e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ fi
|
||||||
# Add other require item commands genearic to all containers
|
# Add other require item commands genearic to all containers
|
||||||
add_to_container << EOF
|
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
|
EOF
|
||||||
|
|
||||||
printf "Containerfile created successfully in %s/Containerfile\n\n" "$TEMP_DIR"
|
printf "Containerfile created successfully in %s/Containerfile\n\n" "$TEMP_DIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue