Spaces:
Runtime error
Runtime error
hard code uv path
Browse files- 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 |
|