cube-studio/job-template/job/object_detection_on_darknet/build.sh
2022-06-08 16:47:57 +08:00

8 lines
215 B
Bash

#!/bin/bash
set -ex
docker build --network=host -t ccr.ccs.tencentyun.com/cube-studio/object_detection_on_darknet:v1 -f Dockerfile .
docker push ccr.ccs.tencentyun.com/cube-studio/object_detection_on_darknet:v1