Update Dockerfile
Browse files- Dockerfile +0 -8
Dockerfile
CHANGED
|
@@ -48,14 +48,6 @@ sleep 1; \
|
|
| 48 |
done; \
|
| 49 |
echo "--- Chroma API is up ---"; \
|
| 50 |
echo "[DEBUG] Testing Chroma collections endpoint:"; \
|
| 51 |
-
4. Click Commit new file to `main`.
|
| 52 |
-
2. flowise.json
|
| 53 |
-
1. Create a new file named flowise.json .
|
| 54 |
-
2. Paste the following:
|
| 55 |
-
3. Click Commit new file to `main`.
|
| 56 |
-
3. README.md
|
| 57 |
-
1. Create or modify the file named README.md .
|
| 58 |
-
2. Paste the following content:
|
| 59 |
curl -v http://localhost:8000/api/v2/collections || true; \
|
| 60 |
echo "[DEBUG] Environment variables:"; \
|
| 61 |
printenv | grep CHROMA || true; \
|
|
|
|
| 48 |
done; \
|
| 49 |
echo "--- Chroma API is up ---"; \
|
| 50 |
echo "[DEBUG] Testing Chroma collections endpoint:"; \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
curl -v http://localhost:8000/api/v2/collections || true; \
|
| 52 |
echo "[DEBUG] Environment variables:"; \
|
| 53 |
printenv | grep CHROMA || true; \
|