Mdean77 commited on
Commit
86442c7
·
1 Parent(s): 6575453
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -15,6 +15,6 @@ echo "Qdrant is ready!"
15
 
16
  # Start Chainlit application using Uvicorn
17
  echo "Starting Chainlit application..."
18
- ls -al /root/.local/bin/
19
  uv run chainlit run app.py --host 0.0.0.0 --port 7860
20
 
 
15
 
16
  # Start Chainlit application using Uvicorn
17
  echo "Starting Chainlit application..."
18
+ # ls -al /root/.local/bin/
19
  uv run chainlit run app.py --host 0.0.0.0 --port 7860
20