mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-21 06:19:31 +08:00
5 lines
195 B
Bash
5 lines
195 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
docker build -t ai.tencentmusic.com/tme-public/tf2.3_keras_train:latest -f job/tf_keras_train/Dockerfile .
|
||
|
docker push ai.tencentmusic.com/tme-public/tf2.3_keras_train:latest
|