Spaces:
Runtime error
Runtime error
Create directory that was mising
Browse files- entrypoint.sh +2 -1
entrypoint.sh
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
# Start Qdrant in the background
|
| 3 |
echo "Starting Qdrant server..."
|
| 4 |
/qdrant/qdrant &
|
| 5 |
-
|
| 6 |
echo "Qdrant is ready!"
|
|
|
|
| 7 |
curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 8 |
# Start Chainlit application using Uvicorn
|
| 9 |
echo "Starting Chainlit application..."
|
|
|
|
| 2 |
# Start Qdrant in the background
|
| 3 |
echo "Starting Qdrant server..."
|
| 4 |
/qdrant/qdrant &
|
| 5 |
+
mkdir -p /home/user/.local/bin
|
| 6 |
echo "Qdrant is ready!"
|
| 7 |
+
|
| 8 |
curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 9 |
# Start Chainlit application using Uvicorn
|
| 10 |
echo "Starting Chainlit application..."
|