Xenobd commited on
Commit
50afe41
·
verified ·
1 Parent(s): ab0a3b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN huggingface-cli login --token $HF_TOKEN || true
41
  # Download the model into ./models/
42
 
43
  RUN python setup_env.py --hf-repo tiiuae/Falcon3-7B-Instruct-1.58bit -q i2_s
44
-
45
 
46
  RUN pwd
47
  RUN ls
 
41
  # Download the model into ./models/
42
 
43
  RUN python setup_env.py --hf-repo tiiuae/Falcon3-7B-Instruct-1.58bit -q i2_s
44
+ RUN cat logs/generate_build_files.log
45
 
46
  RUN pwd
47
  RUN ls