rrevo commited on
Commit
7b84088
·
1 Parent(s): b49203e

dockerilfe

Browse files
Files changed (1) hide show
  1. server/entrypoint.sh +1 -3
server/entrypoint.sh CHANGED
@@ -1,8 +1,6 @@
1
  #!/bin/bash
2
 
3
- source ./.venv/bin/activate
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