Skip to content

Commit ad64eb3

Browse files
authored
Add proxy setup in iluvatar-gpu workflow
Add proxy setup step for the workflow.
1 parent d7f5c50 commit ad64eb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/iluvatar-gpu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
image: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/device/paddle-ixuca:latest
6262
# needs: upload_on_gpu
6363
steps:
64+
- name: Set up Proxy
65+
run: |
66+
export http_proxy=http://agent.baidu.com:8891
67+
export https_proxy=$http_proxy
68+
6469
- name: Checkout code
6570
uses: actions/checkout@v4
6671

0 commit comments

Comments
 (0)