GabrielLogspace commited on
Commit
93de4de
1 Parent(s): 1763c2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,6 +24,6 @@ RUN mkdir logs && chmod 777 logs
24
  RUN chmod 777 /home/langflow
25
 
26
  # Update the config.yaml file, build and install the langflow package
27
- RUN make setup_poetry && make build && pip install dist/*.whl
28
 
29
  CMD ["langflow","run", "--host", "0.0.0.0", "--port", "7860"]
 
24
  RUN chmod 777 /home/langflow
25
 
26
  # Update the config.yaml file, build and install the langflow package
27
+ RUN make setup_poetry && make build && pip install dist/*.tar.gz
28
 
29
  CMD ["langflow","run", "--host", "0.0.0.0", "--port", "7860"]