cube-studio/job-template/job/ner/build.sh
2022-08-22 13:26:19 +08:00

10 lines
151 B
Bash

#!/bin/bash
set -ex
docker build -t ccr.ccs.tencentyun.com/cube-studio/ner:20220812 .
docker push ccr.ccs.tencentyun.com/cube-studio/ner:20220812