Xenobd commited on
Commit
aedb8b8
·
verified ·
1 Parent(s): 87eac54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -39,8 +39,10 @@ ARG HF_TOKEN
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
- huggingface-cli download microsoft/BitNet-b1.58-2B-4T-gguf --local-dir models/7b
43
- python setup_env.py -md models/7b -q tl1
44
 
 
 
45
 
46
  CMD ["python", "app.py"]
 
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
+ RUN huggingface-cli download microsoft/BitNet-b1.58-2B-4T-gguf --local-dir models/7b
43
+ RUN python setup_env.py -md models/7b -q tl1
44
 
45
+ RUN pwd
46
+ RUN ls
47
 
48
  CMD ["python", "app.py"]