github.com/pachyderm/pachyderm@v1.13.4/examples/ml/gpt-2/Makefile (about)

     1  
     2  docker-build:
     3  	docker build -t pachyderm/gpt-2-example .
     4  
     5  docker-push: docker-build
     6  	docker push pachyderm/gpt-2-example
     7  
     8  deploy:
     9  	pachctl update repo queries
    10  	pachctl create pipeline -f tweets.json
    11  	pachctl create pipeline -f train.json
    12  	pachctl create pipeline -f generate.json