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