download
raw
426 Bytes
IMAGE ?= sandai/magi-compiler:latest
DOCKERFILE ?= Dockerfile
MAGIDIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
.PHONY: docker-build docker-push
# make docker-build
docker-build:
DOCKER_BUILDKIT=1 docker build \
--secret id=http_proxy,env=http_proxy \
--secret id=https_proxy,env=https_proxy \
-f $(MAGIDIR)/$(DOCKERFILE) \
-t $(IMAGE) \
$(MAGIDIR)
# make docker-push
docker-push:
docker push $(IMAGE)

Xet Storage Details

Size:
426 Bytes
·
Xet hash:
56aecadcc45173ff86f2a682c3fec491add03f9b0fec7e40c1565bb04dcd1879

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.