langflow/build_and_push
2023-03-01 22:55:44 -03:00

5 lines
150 B
Bash
Executable file

#! /bin/bash
poetry remove langchain
docker build -t ibiscp/expert:v0.0.15 . && docker push ibiscp/expert:v0.0.15
poetry add --editable ../langchain