Commit 246d2c88 authored by duanjinfei's avatar duanjinfei

add Makefile

parent fa8f12c2
.PHONY: all build push pull
TAG=v0.0.1
default: all
all: pull cog_build tag push
pull:
git pull
cog_build:
cog build
tag:
docker tag cog-anytext:lastest docker.aigic.ai/ai/cog-anytext:$(TAG) .
push:
docker push docker.aigic.ai/ai/cog-anytext:$(TAG)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment