Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -23,9 +23,9 @@ WORKDIR $LANGFLOW_HOME
|
|
23 |
|
24 |
# Create logs directory
|
25 |
RUN mkdir logs && chmod 777 logs
|
|
|
26 |
|
27 |
-
|
28 |
-
RUN make setup_poetry && make install_frontend && make build_frontend && make install_backend
|
29 |
|
30 |
# Update the config.yaml file, build and install the langflow package
|
31 |
|
|
|
23 |
|
24 |
# Create logs directory
|
25 |
RUN mkdir logs && chmod 777 logs
|
26 |
+
RUN pipx install poetry
|
27 |
|
28 |
+
RUN make install_frontend && make build_frontend && make install_backend
|
|
|
29 |
|
30 |
# Update the config.yaml file, build and install the langflow package
|
31 |
|