File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ COPY --from=jni /usr/local/include/jni.h /usr/local/
117117FROM common as cpu_final
118118ARG BASE_CUDA_VERSION=11.8
119119ARG DEVTOOLSET_VERSION=11
120+ # Install Anaconda
121+ ADD ./common/install_conda_docker.sh install_conda.sh
122+ RUN bash ./install_conda.sh && rm install_conda.sh
120123# Ensure the expected devtoolset is used
121124ENV PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/bin:$PATH
122125ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib64:/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib:$LD_LIBRARY_PATH
@@ -138,6 +141,7 @@ COPY --from=magma /usr/local/cuda-${BASE_CUDA_VERSION} /usr/local/cuda-${BAS
138141RUN ln -sf /usr/local/cuda-${BASE_CUDA_VERSION} /usr/local/cuda
139142ENV PATH=/usr/local/cuda/bin:$PATH
140143
144+
141145FROM common as rocm_final
142146ARG ROCM_VERSION=3.7
143147# Install ROCm
You can’t perform that action at this time.
0 commit comments