mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-15 06:09:57 +08:00
8 lines
215 B
Bash
8 lines
215 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker build --network=host -t ccr.ccs.tencentyun.com/cube-studio/object_detection_on_darknet:v1 -f Dockerfile .
|
|
docker push ccr.ccs.tencentyun.com/cube-studio/object_detection_on_darknet:v1
|
|
|