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