Spaces:
Runtime error
Runtime error
lhhj
commited on
Commit
·
819081e
1
Parent(s):
28dd26e
added chmod
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,7 @@ ENV LLAMA_CURL=1
|
|
| 19 |
|
| 20 |
|
| 21 |
RUN make -j$(nproc)
|
|
|
|
| 22 |
|
| 23 |
ENV LC_ALL=C.utf8
|
| 24 |
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
RUN make -j$(nproc)
|
| 22 |
+
RUN chmod +x .devops/tools.sh
|
| 23 |
|
| 24 |
ENV LC_ALL=C.utf8
|
| 25 |
|