Browse Source

feat(ci): update image

HuaHua404-patch-4
huangxinda Megvii Engine Team 2 years ago
parent
commit
3b1101b5e9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml View File

@@ -23,7 +23,7 @@ jobs:
runs-on: self-hosted
needs: [check-commit]
container:
image: localhost:5000/megengine-ci:v1
image: mcd.io/mcd-apps/megengine-ci:v1
env:
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }}
steps:
@@ -49,7 +49,7 @@ jobs:
runs-on: self-hosted
needs: [check-commit]
container:
image: localhost:5000/megengine-ci:v1
image: mcd.io/mcd-apps/megengine-ci:v1
volumes:
- /usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs:/usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs
options: --gpus all --shm-size 1g
@@ -80,7 +80,7 @@ jobs:
runs-on: self-hosted
needs: [cpu-test, gpu-test]
container:
image: localhost:5000/megengine-ci:v1
image: mcd.io/mcd-apps/megengine-ci:v1
steps:
- name: Checkout MegEngine
uses: actions/checkout@v2


Loading…
Cancel
Save