File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3131 ubuntu20_cuda11 :
3232 build_container : ubuntu20_cuda11
3333 artifact_name : $(POSTFIX)-ubuntu20.04-mofed5-cuda11.deb
34+ ubuntu22_cuda11 :
35+ build_container : ubuntu22_cuda11
36+ artifact_name : $(POSTFIX)-ubuntu22.04-mofed5-cuda11.deb
3437
3538 container : $[ variables['build_container'] ]
3639
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ resources:
2525 image : rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu18.04-mofed5-cuda11:3
2626 - container : ubuntu20_cuda11
2727 image : rdmz-harbor.rdmz.labs.mlnx/ucx/ubuntu20.04-mofed5-cuda11:3
28+ - container : ubuntu22_cuda11
29+ image : rdmz-harbor.rdmz.labs.mlnx/ucx/x86_64/ubuntu22.04-mofed5-cuda11:3
2830
2931stages :
3032 - stage : Prepare
Original file line number Diff line number Diff line change 1- version : " 3"
1+ version : " 3.4 "
22
33services :
44 centos7-mofed5-cuda11 :
@@ -64,3 +64,13 @@ services:
6464 MOFED_VERSION : 5.0-1.0.0.0
6565 UBUNTU_VERSION : 20.04
6666 CUDA_VERSION : 11.4.0
67+ ubuntu22.04-mofed5-cuda11 :
68+ image : ubuntu22.04-mofed5-cuda11:3
69+ build :
70+ context : .
71+ network : host
72+ dockerfile : ubuntu-release.Dockerfile
73+ args :
74+ MOFED_VERSION : 5.4-3.6.8.1
75+ UBUNTU_VERSION : 22.04
76+ CUDA_VERSION : 11.7.0
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN apt-get update && \
1919 udev \
2020 wget \
2121 environment-modules \
22+ pkg-config \
2223 && apt-get remove -y openjdk-11-* || apt-get autoremove -y \
2324 && apt-get clean && rm -rf /var/lib/apt/lists/*
2425
You can’t perform that action at this time.
0 commit comments