Spaces:
Sleeping
Sleeping
| # Lancer LocalAI sur le port 8080 | |
| /local-ai --address 0.0.0.0:8080 & | |
| # Attendre LocalAI | |
| sleep 70 | |
| # Lancer Nginx au premier plan | |
| nginx -g "daemon off;" | |
| # Lancer LocalAI sur le port 8080 | |
| /local-ai --address 0.0.0.0:8080 & | |
| # Attendre LocalAI | |
| sleep 70 | |
| # Lancer Nginx au premier plan | |
| nginx -g "daemon off;" | |