trinachua commited on
Commit
dc7cacc
·
verified ·
1 Parent(s): f156bd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -9
Dockerfile CHANGED
@@ -48,18 +48,10 @@ 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; \
62
  echo "[DEBUG] Process list:"; \
63
  ps aux; \
64
  echo "[DEBUG] Flowise will start now."; \
65
- npx flowise start'
 
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; \
54
  echo "[DEBUG] Process list:"; \
55
  ps aux; \
56
  echo "[DEBUG] Flowise will start now."; \
57
+ npx flowise start'