Skip to content

Latest commit

Β 

History

History
5 lines (4 loc) Β· 245 Bytes

File metadata and controls

5 lines (4 loc) Β· 245 Bytes

Docker Buildx

'''bash docker buildx build --platform linux/amd64,linux/arm64 --push --tag erlichliu/deepclaude:latest --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from=type=registry,ref=erlichliu/deepclaude:latest --cache-to=type=inline . '''