Skip to content

Commit adab1cd

Browse files
Bump nvidia/cuda in /deployments/container/nvbandwidth
Bumps nvidia/cuda from 12.6.2-base-ubuntu22.04 to 12.9.1-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 12.9.1-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46a252f commit adab1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/nvbandwidth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/nvidia/cuda:12.6.2-devel-ubuntu22.04 AS builder
15+
FROM nvcr.io/nvidia/cuda:12.9.1-devel-ubuntu22.04 AS builder
1616

1717
ENV DEBIAN_FRONTEND=noninteractive
1818

@@ -38,7 +38,7 @@ RUN git clone --branch ${NVBANDWIDTH_VERSION} --depth 1 --single-branch https://
3838
cmake -DMULTINODE=1 . && \
3939
make -j$(nproc)
4040

41-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04
41+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
4242

4343
ARG port=2222
4444

0 commit comments

Comments
 (0)