* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
4 lines
237 B
Bash
4 lines
237 B
Bash
export MEMGPT_VERSION=$(letta version)
|
|
docker buildx build --platform=linux/amd64,linux/arm64,linux/x86_64 --build-arg MEMGPT_ENVIRONMENT=RELEASE -t letta/letta-server:${MEMGPT_VERSION} .
|
|
docker push letta/letta-server:${MEMGPT_VERSION}
|