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