mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
4 lines
242 B
Bash
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}
|