Spaces:
Runtime error
Runtime error
trying to ech the path
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -7,5 +7,6 @@ echo "Qdrant is ready!"
|
|
7 |
|
8 |
# Start Chainlit application using Uvicorn
|
9 |
echo "Starting Chainlit application..."
|
|
|
10 |
uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
11 |
|
|
|
7 |
|
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 |
|