GabrielLogspace commited on
Commit
5965f48
·
verified ·
1 Parent(s): 917ff77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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