Skip to content

Commit 70c40e6

Browse files
authored
Merge pull request #51 from jgehrcke/jp/nvb-bump-openmpi
nvbandwidth: use Ubuntu 24 to bump OpenMPI (try to fix MPI shutdown bugs)
2 parents b9d88f4 + eb0e827 commit 70c40e6

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:13.0.0-base-ubuntu22.04 AS builder
15+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu24.04 AS builder
1616

1717
ARG DEBIAN_FRONTEND=noninteractive
1818
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://
4040
cmake -DMULTINODE=1 . && \
4141
make -j$(nproc)
4242

43-
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04
43+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubuntu24.04
4444

4545
ARG port=2222
4646

0 commit comments

Comments
 (0)