rrevo commited on
Commit
485df46
·
1 Parent(s): 4863fbf

dockerilfe

Browse files
Files changed (1) hide show
  1. server/entrypoint.sh +1 -0
server/entrypoint.sh CHANGED
@@ -6,6 +6,7 @@ ls .venv/ -al
6
  ls .venv/bin/ -al
7
  ls .venv/lib/python3.11/site-packages/ -al
8
 
 
9
  ./.venv/bin/python -m pip install flash_attn --no-build-isolation
10
 
11
  echo "Installation done"
 
6
  ls .venv/bin/ -al
7
  ls .venv/lib/python3.11/site-packages/ -al
8
 
9
+ curl -sS https://bootstrap.pypa.io/get-pip.py | ./.venv/bin/python
10
  ./.venv/bin/python -m pip install flash_attn --no-build-isolation
11
 
12
  echo "Installation done"