Updated Dockerfile.ubuntu (#245)

Using miniforge instead of miniconda

Signed-off-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-systems commit: 877fa671cc]
Tento commit je obsažen v:
David Galiffi
2025-06-12 10:19:01 -04:00
odevzdal GitHub
rodič 45605cf645
revize 8a241f46e1
+2 -2
Zobrazit soubor
@@ -47,8 +47,8 @@ RUN if [ "${ROCM_VERSION}" != "0.0" ]; then \
ARG PYTHON_VERSIONS="6 7 8 9 10 11 12 13"
RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh && \
bash miniconda.sh -b -p /opt/conda && \
RUN wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -O miniforge.sh && \
bash miniforge.sh -b -p /opt/conda && \
export PATH="/opt/conda/bin:${PATH}" && \
conda config --set always_yes yes --set changeps1 no && \
conda update -c conda-forge -n base conda && \