Skip to content

Commit e2a59ff

Browse files
committed
docker: Fix amd base
1 parent b46536f commit e2a59ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.amd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
ARG ROCM_VERSION=6.3.2
77
ARG base=ubuntu:22.04
88

9+
FROM $base AS ubuntu-base
910
FROM rocm/dev-ubuntu-22.04:${ROCM_VERSION}-complete AS sdk-base
1011

1112
ENV DEBIAN_FRONTEND=noninteractive
1213

1314
# Base may be specified with the nogil base image to provide Python
14-
COPY --from=$base /opt /opt
15+
COPY --from=ubuntu-base /opt /opt
1516
ENV PATH="/opt/python3/bin:${PATH}"
1617

1718
ARG UCX_BRANCH="v1.16.0"

0 commit comments

Comments
 (0)