Mdean77 commited on
Commit
c13b298
·
1 Parent(s): 074f5da

hard code uv path

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -6,5 +6,5 @@ echo "Starting Qdrant server..."
6
 
7
  # Run my chainlit app using uv
8
  echo "Starting Chainlit application..."
9
- uv run chainlit run app.py --host 0.0.0.0 --port 7860
10
 
 
6
 
7
  # Run my chainlit app using uv
8
  echo "Starting Chainlit application..."
9
+ ~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
10