cube-studio/job-template/job/tf/build.sh
2024-11-10 18:50:51 +08:00

9 lines
184 B
Bash

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