Spaces:
Sleeping
Sleeping
GreenTeaLatte
commited on
Commit
•
e1cf63a
1
Parent(s):
68255f2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
|
|
28 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
29 |
|
30 |
# Install Flowise globally
|
31 |
-
RUN npm install -g flowise@1.
|
32 |
|
33 |
# # Configure Flowise directories using the ARG
|
34 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
|
|
28 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
29 |
|
30 |
# Install Flowise globally
|
31 |
+
RUN npm install -g flowise@1.6.4
|
32 |
|
33 |
# # Configure Flowise directories using the ARG
|
34 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|