Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/2
@ -19,8 +19,8 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
# 构建镜像(你需要在项目中准备 scripts/Dockerfile.python)
- docker build -t alert-python:latest -f Dockerfile.python .
# 构建镜像
- docker build -t alert-python:latest -f Dockerfile .
- name: run python container
image: docker