Spaces:
Runtime error
Runtime error
whoami
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
@@ -4,6 +4,8 @@
|
|
4 |
echo "Starting Qdrant server..."
|
5 |
/qdrant/qdrant &
|
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
|
|
|
4 |
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
|