Spaces:
Runtime error
Runtime error
more shell prints
Browse files- entrypoint.sh +2 -1
entrypoint.sh
CHANGED
@@ -5,7 +5,8 @@ echo "Starting Qdrant server..."
|
|
5 |
/qdrant/qdrant &
|
6 |
|
7 |
whoami
|
8 |
-
|
|
|
9 |
# Run my chainlit app using uv
|
10 |
echo "Starting Chainlit application..."
|
11 |
~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
|
|
5 |
/qdrant/qdrant &
|
6 |
|
7 |
whoami
|
8 |
+
pwd
|
9 |
+
ls -la
|
10 |
# Run my chainlit app using uv
|
11 |
echo "Starting Chainlit application..."
|
12 |
~/app/uv run chainlit run app.py --host 0.0.0.0 --port 7860
|