mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-15 06:09:57 +08:00
10 lines
151 B
Bash
10 lines
151 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker build -t ccr.ccs.tencentyun.com/cube-studio/ner:20220812 .
|
|
docker push ccr.ccs.tencentyun.com/cube-studio/ner:20220812
|
|
|
|
|
|
|