Skip to content

Commit f2e3203

Browse files
authored
Merge pull request #535 from janhq/upgrade-ci-runners
ci: upgrade runner images and disable webui in menlo build
2 parents 9b4b147 + fa81657 commit f2e3203

7 files changed

Lines changed: 35 additions & 128 deletions

.github/runners/actions-runner-ubuntu-cuda-11-7-ubuntu-2204.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN adduser --disabled-password --gecos "" --uid $RUNNER_UID runner \
7373

7474
ENV HOME=/home/runner
7575

76-
ARG RUNNER_VERSION=2.328.0
76+
ARG RUNNER_VERSION=2.334.0
7777

7878
# cd into the user directory, download and unzip the github actions runner
7979
RUN cd /home/runner && mkdir actions-runner && cd actions-runner \

.github/runners/actions-runner-ubuntu-cuda-12-4-ubuntu-2204.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN adduser --disabled-password --gecos "" --uid $RUNNER_UID runner \
7272

7373
ENV HOME=/home/runner
7474

75-
ARG RUNNER_VERSION=2.328.0
75+
ARG RUNNER_VERSION=2.334.0
7676

7777
# cd into the user directory, download and unzip the github actions runner
7878
RUN cd /home/runner && mkdir actions-runner && cd actions-runner \
@@ -85,8 +85,8 @@ ADD --chown=runner:runner ./start.sh /home/runner/start.sh
8585

8686
RUN chmod 755 /home/runner/start.sh
8787

88-
# Add /usr/local/cuda-11.7/compat to LD_LIBRARY_PATH
89-
ENV LD_LIBRARY_PATH=/usr/local/cuda-11.7/compat${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
88+
# Add /usr/local/cuda-12.4/compat to LD_LIBRARY_PATH
89+
ENV LD_LIBRARY_PATH=/usr/local/cuda-12.4/compat${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
9090

9191
ENTRYPOINT ["/bin/bash", "/home/runner/start.sh"]
9292

.github/runners/actions-runner-ubuntu-cuda-13-0-ubuntu-2204.dockerfile

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/runners/actions-runner-ubuntu-cuda-13-0-ubuntu-2404.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN adduser --disabled-password --gecos "" --uid $RUNNER_UID runner \
7272

7373
ENV HOME=/home/runner
7474

75-
ARG RUNNER_VERSION=2.328.0
75+
ARG RUNNER_VERSION=2.334.0
7676

7777
# cd into the user directory, download and unzip the github actions runner
7878
RUN cd /home/runner && mkdir actions-runner && cd actions-runner \

.github/runners/actions-runner-windows-cuda-13.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/server:ltsc2022
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';$ProgressPreference='silentlyContinue';"]
44

5-
ARG RUNNER_VERSION=2.311.0
5+
ARG RUNNER_VERSION=2.334.0
66

77
RUN Invoke-WebRequest \
88
-Uri 'https://aka.ms/install-powershell.ps1' \

0 commit comments

Comments
 (0)