Spaces:
Sleeping
Sleeping
Commit
·
4c314c7
1
Parent(s):
8f5d5fe
remove seed from dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -17,8 +17,7 @@ WORKDIR $LANGFLOW_HOME
|
|
17 |
COPY . .
|
18 |
|
19 |
# Update the config.yaml file, build and install the langflow package
|
20 |
-
RUN
|
21 |
-
&& make -C $LANGFLOW_HOME/src/backend/langflow/ build \
|
22 |
&& pip install $LANGFLOW_HOME/src/backend/langflow/dist/*.tar.gz
|
23 |
|
24 |
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 -C $LANGFLOW_HOME/src/backend/langflow/ build \
|
|
|
21 |
&& pip install $LANGFLOW_HOME/src/backend/langflow/dist/*.tar.gz
|
22 |
|
23 |
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
|