We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d88f4 + eb0e827 commit 70c40e6Copy full SHA for 70c40e6
deployments/container/nvbandwidth/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04 AS builder
+FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu24.04 AS builder
16
17
ARG DEBIAN_FRONTEND=noninteractive
18
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -40,7 +40,7 @@ RUN git clone --branch ${NVBANDWIDTH_VERSION} --depth 1 --single-branch https://
40
cmake -DMULTINODE=1 . && \
41
make -j$(nproc)
42
43
-FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04
+FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu24.04
44
45
ARG port=2222
46
0 commit comments