Spaces:
Runtime error
Runtime error
comment
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -15,6 +15,6 @@ echo "Qdrant is ready!"
|
|
15 |
|
16 |
# Start Chainlit application using Uvicorn
|
17 |
echo "Starting Chainlit application..."
|
18 |
-
ls -al /root/.local/bin/
|
19 |
uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
20 |
|
|
|
15 |
|
16 |
# Start Chainlit application using Uvicorn
|
17 |
echo "Starting Chainlit application..."
|
18 |
+
# ls -al /root/.local/bin/
|
19 |
uv run chainlit run app.py --host 0.0.0.0 --port 7860
|
20 |
|