Spaces:
Build error
Build error
dockerilfe
Browse files- server/entrypoint.sh +1 -1
server/entrypoint.sh
CHANGED
@@ -10,7 +10,7 @@ ls .venv/bin/ -al
|
|
10 |
ls .venv/lib/python3.11/site-packages/ -al
|
11 |
|
12 |
curl -sS https://bootstrap.pypa.io/get-pip.py | ./.venv/bin/python
|
13 |
-
./.venv/bin/python -m pip install flash_attn --no-build-isolation
|
14 |
|
15 |
echo "Installation done"
|
16 |
|
|
|
10 |
ls .venv/lib/python3.11/site-packages/ -al
|
11 |
|
12 |
curl -sS https://bootstrap.pypa.io/get-pip.py | ./.venv/bin/python
|
13 |
+
./.venv/bin/python -m pip install flash_attn==1.0.9 --no-build-isolation
|
14 |
|
15 |
echo "Installation done"
|
16 |
|