mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-15 06:09:57 +08:00
5 lines
203 B
Bash
5 lines
203 B
Bash
#!/bin/bash
|
|
set -ex
|
|
|
|
docker build -t ccr.ccs.tencentyun.com/cube-studio/tf2.3_plain_train:latest -f job/tf_plain_train/Dockerfile .
|
|
docker push ccr.ccs.tencentyun.com/cube-studio/tf2.3_plain_train:latest |