Spaces:
Sleeping
Sleeping
otavioLogspace
commited on
Commit
•
33821de
1
Parent(s):
772cd3f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,6 +17,6 @@ WORKDIR $LANGFLOW_HOME
|
|
17 |
COPY . .
|
18 |
|
19 |
# Update the config.yaml file, build and install the langflow package
|
20 |
-
RUN make build && pip install
|
21 |
|
22 |
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
17 |
COPY . .
|
18 |
|
19 |
# Update the config.yaml file, build and install the langflow package
|
20 |
+
RUN make build && pip install dist/*.tar.gz
|
21 |
|
22 |
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
|