Skip to content

Commit

Permalink
pull image first
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Dec 7, 2023
1 parent b605c7c commit f2fa970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker pull 10.0.2.4:5000/gluten-dev-dec/centos:7
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten/ --name centos7-test-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.0.2.4:5000/gluten-dev-dec/centos:7 \
bash -c 'cd /opt/gluten/ && sleep 14400'
Expand Down

0 comments on commit f2fa970

Please sign in to comment.