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