提交 335d51b4 编写于 作者: H huangxinda

ci(mge): set env when downloading mkl

上级 0948f587
......@@ -24,6 +24,8 @@ jobs:
needs: [check-commit]
container:
image: localhost:5000/megengine-ci:v1
env:
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }}
steps:
- name: Checkout MegEngine
uses: actions/checkout@v2
......@@ -53,6 +55,7 @@ jobs:
options: --gpus all --shm-size 1g
env:
NCCL_LAUNCH_MODE: PARALLEL
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }}
steps:
- name: Checkout MegEngine
uses: actions/checkout@v2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册