Files
letta-server/scripts/pack_docker.sh
2024-04-18 22:39:11 -07:00

4 lines
242 B
Bash

export MEMGPT_VERSION=$(memgpt version)
docker buildx build --platform=linux/amd64,linux/arm64,linux/x86_64 --build-arg MEMGPT_ENVIRONMENT=RELEASE -t memgpt/memgpt-server:${MEMGPT_VERSION} .
docker push memgpt/memgpt-server:${MEMGPT_VERSION}