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