rachiket-jackett commited on
Commit
f50e878
·
verified ·
1 Parent(s): 2fafbc9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -6
Dockerfile CHANGED
@@ -13,11 +13,6 @@ ARG BLOB_STORAGE_PATH=$BASE_PATH/storage
13
  # Install dependencies
14
  RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
15
 
16
- # Install Chroma DB
17
- RUN python3 -m venv ./venv
18
- RUN source venv/bin/activate
19
- RUN pip3 install chromadb
20
-
21
  ENV PUPPETEER_SKIP_DOWNLOAD=true
22
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
23
 
@@ -29,4 +24,4 @@ RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_
29
 
30
  WORKDIR /data
31
 
32
- CMD ["npx", "flowise", "start"]
 
13
  # Install dependencies
14
  RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
15
 
 
 
 
 
 
16
  ENV PUPPETEER_SKIP_DOWNLOAD=true
17
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
18
 
 
24
 
25
  WORKDIR /data
26
 
27
+ CMD ["npx", "flowise", "start"]