Spaces:
Build error
Build error
dockerilfe
Browse files- server/entrypoint.sh +1 -3
server/entrypoint.sh
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
pip install flash_attn --no-build-isolation
|
6 |
|
7 |
echo "Installation done"
|
8 |
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
./.venv/bin/pip install flash_attn --no-build-isolation
|
|
|
|
|
4 |
|
5 |
echo "Installation done"
|
6 |
|