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