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