This commit is contained in:
parent
460aa98672
commit
c5a6cfc7aa
|
|
@ -35,7 +35,7 @@ ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 LANG=C.UTF-8 LC_ALL=C.UTF-
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
python3 python3-pip python3-distutils git build-essential \
|
python3 python3-pip python3-distutils git build-essential \
|
||||||
cmake ninja-build libjpeg-dev libpng-dev ca-certificates \
|
cmake ninja-build libjpeg-dev libpng-dev ca-certificates \
|
||||||
libopenmpi-dev \
|
libopenmpi-dev libopenblas-dev\
|
||||||
libnccl2=2.22.3-1+cuda12.6 \
|
libnccl2=2.22.3-1+cuda12.6 \
|
||||||
libnccl-dev=2.22.3-1+cuda12.6 && \
|
libnccl-dev=2.22.3-1+cuda12.6 && \
|
||||||
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools
|
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue