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