Spaces:
Runtime error
Runtime error
Got rid of run command
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -8,5 +8,5 @@ echo "Qdrant is ready!"
|
|
8 |
# Start Chainlit application using Uvicorn
|
9 |
echo "Starting Chainlit application..."
|
10 |
echo "Current path: $PATH"
|
11 |
-
uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
12 |
|
|
|
8 |
# Start Chainlit application using Uvicorn
|
9 |
echo "Starting Chainlit application..."
|
10 |
echo "Current path: $PATH"
|
11 |
+
# uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
12 |
|