Commit 3486e27e authored by Lei Wang's avatar Lei Wang Committed by GitHub
Browse files

Add libstdcxx-ng-12 to Dockerfiles for CUDA versions (#160)

Update Dockerfiles for CUDA 118, 120, 121, 123, 124, 125, and 126 to install libstdcxx-ng-12 from conda-forge, ensuring consistent standard library support across different CUDA versions
parent 237dab0d
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}" ...@@ -18,7 +18,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
ENV LIBGL_ALWAYS_INDIRECT=1 ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda clean --all RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng-12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment