Skip to content

Commit b7bc541

Browse files
added sudo and vim
1 parent 47f30a3 commit b7bc541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
2828
# Install dependencies for building and testing PyTorch
2929
RUN apt-get update && apt-get -y install --no-install-recommends \
3030
build-essential \
31+
sudo \
32+
vim \
3133
cmake \
3234
curl \
3335
gcc \

0 commit comments

Comments
 (0)