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