rrevo commited on
Commit
2a8bf6c
·
1 Parent(s): 1202b39

dockerilfe

Browse files
Files changed (1) hide show
  1. server/entrypoint.sh +1 -1
server/entrypoint.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
 
3
  cd $HOME/code
4
- ls
5
 
6
  ./.venv/bin/pip install flash_attn --no-build-isolation
7
 
 
1
  #!/bin/bash
2
 
3
  cd $HOME/code
4
+ ls -al
5
 
6
  ./.venv/bin/pip install flash_attn --no-build-isolation
7