Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|