Skip to content

Commit a873f07

Browse files
committed
debug large runner
1 parent 2ed6ff8 commit a873f07

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docker-ci-base-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
actions: read
1818
id-token: write
1919
timeout-minutes: 60
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-22.04-16c64g
2121
env:
2222
PACKAGE_REGISTRY: ${{ vars.PACKAGE_REGISTRY || 'gpustack'}}
2323
PACKAGE_IMAGE: ${{ vars.PACKAGE_IMAGE || 'rocm_dev-ubuntu-22.04' }}

Dockerfile.rocm.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y \
4545
rocsparse-dev \
4646
rocthrust-dev \
4747
rocm-smi-lib \
48+
amd-smi-lib \
4849
&& apt-get clean && rm -rf /var/lib/apt/lists/*
4950

5051
# When launching the container, mount the code directory to /vllm-workspace
@@ -181,5 +182,5 @@ RUN --mount=type=cache,target=/root/.cache/pip \
181182
python3 -m pip install libs/*.whl; fi
182183

183184
# Clean packages
184-
RUN apt-get purge -y build-essential gcc bzip2 libx11-6 tmux unzip && apt-get autoremove -y \
185+
RUN apt-get purge -y bzip2 libx11-6 tmux unzip && apt-get autoremove -y \
185186
&& rm -rf /root/.cache /install /libs /dist

Dockerfile.rocm2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ARG BASE_IMAGE=vllm-rocm-fa-0-base-3
1+
ARG BASE_IMAGE=micheliac/vllm-base:latest
2+
3+
FROM $BASE_IMAGE
24

35
ARG TARGETPLATFORM
46
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)