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 b46536f commit e2a59ffCopy full SHA for e2a59ff
docker/Dockerfile.amd
@@ -6,12 +6,13 @@
6
ARG ROCM_VERSION=6.3.2
7
ARG base=ubuntu:22.04
8
9
+FROM $base AS ubuntu-base
10
FROM rocm/dev-ubuntu-22.04:${ROCM_VERSION}-complete AS sdk-base
11
12
ENV DEBIAN_FRONTEND=noninteractive
13
14
# Base may be specified with the nogil base image to provide Python
-COPY --from=$base /opt /opt
15
+COPY --from=ubuntu-base /opt /opt
16
ENV PATH="/opt/python3/bin:${PATH}"
17
18
ARG UCX_BRANCH="v1.16.0"
0 commit comments