ffreemt commited on
Commit
372380a
·
1 Parent(s): 04ff458

mv Bonsai-8B.gguf bonsai-8b

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -10,7 +10,8 @@ RUN apt update && apt install -y python3 python3-pip python3-venv pipx
10
  RUN pipx install huggingface_hub
11
 
12
  # RUN python3 -c 'from huggingface_hub import hf_hub_download; repo="prism-ml/Bonsai-8B-gguf"; hf_hub_download(repo_id=repo, filename="Bonsai-8B.gguf", local_dir="/app")'
13
- RUN hf download prism-ml/Bonsai-8B-gguf bonsai-8b --local-dir /app --use-symlinks False
 
14
 
15
  CMD ["--server", \
16
  "-m", "/app/bonsai-8b", \
 
10
  RUN pipx install huggingface_hub
11
 
12
  # RUN python3 -c 'from huggingface_hub import hf_hub_download; repo="prism-ml/Bonsai-8B-gguf"; hf_hub_download(repo_id=repo, filename="Bonsai-8B.gguf", local_dir="/app")'
13
+ RUN hf download prism-ml/Bonsai-8B-gguf Bonsai-8B.gguf --local-dir /app
14
+ RUN mv /app/Bonsai-8B.gguf /app/bonsai-8b
15
 
16
  CMD ["--server", \
17
  "-m", "/app/bonsai-8b", \