MisterAI commited on
Commit
9e9d045
·
verified ·
1 Parent(s): b4c502b

Update HFSpace_Entrypoint.sh

Browse files
Files changed (1) hide show
  1. HFSpace_Entrypoint.sh +3 -1
HFSpace_Entrypoint.sh CHANGED
@@ -1,7 +1,9 @@
1
  #!/bin/bash
2
 
3
  # Lancer LocalAI au premier plan
4
- ./local-ai --address 0.0.0.0:8080
 
 
5
 
6
  echo "*** Waiting for LocalAI to be ready ***"
7
  for i in {1..15}; do
 
1
  #!/bin/bash
2
 
3
  # Lancer LocalAI au premier plan
4
+ echo "*** Starting LocalAI ***"
5
+ ./local-ai --address 0.0.0.0:8080 &
6
+ LOCALAI_PID=$!
7
 
8
  echo "*** Waiting for LocalAI to be ready ***"
9
  for i in {1..15}; do