@@ -213,6 +213,7 @@ RUN apt update && apt upgrade -y \
|
|||||||
python3 python3-pip python3-dev vim curl git wget \
|
python3 python3-pip python3-dev vim curl git wget \
|
||||||
libcudnn9-cuda-13 \
|
libcudnn9-cuda-13 \
|
||||||
libnccl-dev libnccl2 libibverbs1 libibverbs-dev rdma-core \
|
libnccl-dev libnccl2 libibverbs1 libibverbs-dev rdma-core \
|
||||||
|
libxcb1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Set final working directory
|
# Set final working directory
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ RUN apt update && apt upgrade -y \
|
|||||||
python3 python3-pip python3-dev vim curl git wget jq \
|
python3 python3-pip python3-dev vim curl git wget jq \
|
||||||
libcudnn9-cuda-13 \
|
libcudnn9-cuda-13 \
|
||||||
libnccl-dev libnccl2 libibverbs1 libibverbs-dev rdma-core \
|
libnccl-dev libnccl2 libibverbs1 libibverbs-dev rdma-core \
|
||||||
|
libxcb1 \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& pip install uv
|
&& pip install uv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user