File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
.github/scripts/ppc64le-ci Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $ cd pytorch
2424$ git submodule update --init --recursive
2525$ GPU_ARCH_TYPE=cpu-ppc64le "$(pwd)/.ci/docker/manywheel/build.sh" ubippc64le-builder
2626$ docker image tag localhost/pytorch/ubippc64le-builder docker.io/pytorch/ubippc64le-builder:cpu-ppc64le
27- $ docker image save -o ~/ubi-ppc64le.tar docker.io/pytorch/ubippc64le-builder:cpu-ppc64le
27+ $ docker image save -o ~/pytorch- ubi-ppc64le.tar docker.io/pytorch/ubippc64le-builder:cpu-ppc64le
2828```
2929
3030Next step is to build ` actions-runner ` image using:
Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ RUN mkdir -p /opt/runner && \
8484 chown -R runner:runner /opt/runner && \
8585 su - runner -c "/opt/runner/config.sh --version"
8686
87- RUN rm -rf /tmp/runner /tmp/runner.patch
87+ RUN rm -rf /tmp/runner /tmp/runner.patch
8888
8989# Copy custom scripts and set permissions
9090COPY fs/ /
91- RUN chmod 777 /usr/bin/actions-runner /usr/bin/entrypoint
91+ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
9292
9393# Switch to the runner user
9494USER runner
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ExecStartPre=-/usr/local/bin/gh_cat_token.sh /etc/actions-runner/%i/ghtoken.env
1414ExecStart =/usr/bin/docker run \
1515 --env-file =/etc/actions-runner/%i/env \
1616 --volume /etc/actions-runner/%i/ghtoken.txt:/run/runner_secret \
17- --volume /var/run/docker.sock:/var/run/docker.sock \
1817 --init \
1918 --interactive \
2019 --name =actions-runner.%i \
You can’t perform that action at this time.
0 commit comments