Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -23,7 +23,8 @@ ENV HOME=/home/user \
|
|
23 |
SYSTEM=spaces
|
24 |
|
25 |
# download falcon-40b
|
26 |
-
RUN
|
|
|
27 |
|
28 |
# Set the working directory to the user's home directory
|
29 |
WORKDIR $HOME/app
|
|
|
23 |
SYSTEM=spaces
|
24 |
|
25 |
# download falcon-40b
|
26 |
+
RUN python -c "from transformers import AutoModel; AutoModel.from_pretrained('tiiuae/falcon-40b', trust_remote_code=True)"
|
27 |
+
|
28 |
|
29 |
# Set the working directory to the user's home directory
|
30 |
WORKDIR $HOME/app
|