refac: remove comments
This commit is contained in:
parent
63b70f0e43
commit
322cc15e81
2 changed files with 1 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue