Mdean77 commited on
Commit
3836988
·
1 Parent(s): 4cb5b8b

change to trigger HF

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -11,6 +11,7 @@ echo "Starting Qdrant server..."
11
  # done
12
  echo "Qdrant is ready!"
13
 
 
14
  # Start Chainlit application using Uvicorn
15
  echo "Starting Chainlit application..."
16
  /root/.local/bin/uv run chainlit run app.py --host 0.0.0.0 --port 7860
 
11
  # done
12
  echo "Qdrant is ready!"
13
 
14
+
15
  # Start Chainlit application using Uvicorn
16
  echo "Starting Chainlit application..."
17
  /root/.local/bin/uv run chainlit run app.py --host 0.0.0.0 --port 7860