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

dockerilfe

Browse files
Files changed (1) hide show
  1. 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"