We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f30a3 commit b7bc541Copy full SHA for b7bc541
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -28,6 +28,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
28
# Install dependencies for building and testing PyTorch
29
RUN apt-get update && apt-get -y install --no-install-recommends \
30
build-essential \
31
+ sudo \
32
+ vim \
33
cmake \
34
curl \
35
gcc \
0 commit comments