Co-authored-by: Ethan Knox <norton120@gmail.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
export MEMGPT_VERSION=$(memgpt version)
|
||||
#docker build -t memgpt/memgpt-server:${MEMGPT_VERSION} --platform linux/x86_64 .
|
||||
docker buildx build --platform=linux/amd64,linux/arm64,linux/x86_64 -t memgpt/memgpt-server:${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}
|
||||
|
||||
Reference in New Issue
Block a user