mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-03-07 15:08:51 +08:00
9 lines
184 B
Bash
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
|
|
|
|
|