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 65e1c64 + adab1cd commit 2deae10Copy full SHA for 2deae10
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:12.6.2-devel-ubuntu22.04 AS builder
+FROM nvcr.io/nvidia/cuda:12.9.1-devel-ubuntu22.04 AS builder
16
17
ENV DEBIAN_FRONTEND=noninteractive
18
@@ -38,7 +38,7 @@ RUN git clone --branch ${NVBANDWIDTH_VERSION} --depth 1 --single-branch https://
38
cmake -DMULTINODE=1 . && \
39
make -j$(nproc)
40
41
-FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04
+FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
42
43
ARG port=2222
44
0 commit comments