refac: remove comments

This commit is contained in:
Ibis Prevedello 2023-03-07 23:35:27 -03:00
commit 322cc15e81
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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