From 322cc15e81e8cca0bd87c27f8aa1ed1ad6fb3cad Mon Sep 17 00:00:00 2001 From: Ibis Prevedello Date: Tue, 7 Mar 2023 23:35:27 -0300 Subject: [PATCH] refac: remove comments --- Dockerfile | 7 ------- build_and_push | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a1b7d4eb..e094fe6d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,14 +52,7 @@ COPY ./langflow ./langflow # Copy files from frontend COPY --from=frontend_build /app/build /app/langflow/frontend/build/ - - -# RUN pip install langflow-0.0.17-py3-none-any.whl RUN pip install . -# RUN poetry add dist/langflow-0.0.17-py3-none-any.whl -# RUN rm *.whl - -# RUN poetry build EXPOSE 5003 diff --git a/build_and_push b/build_and_push index ad74d6368..d9c888bdc 100755 --- a/build_and_push +++ b/build_and_push @@ -8,5 +8,4 @@ docker build -t logspace/backend_build -f build.Dockerfile . cd ../../ VERSION=$(toml get --toml-path pyproject.toml tool.poetry.version) docker build --build-arg VERSION=$VERSION -t ibiscp/langflow:$VERSION . -# docker push ibiscp/langflow:$VERSION -# poetry add --editable ../../../langchain +docker push ibiscp/langflow:$VERSION