Updated dependencies

This commit is contained in:
saundersp 2024-07-22 22:03:59 +02:00
parent 95eaffda4d
commit 294eb7fa5b
4 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
FROM nvidia/cuda:12.5.0-devel-ubi9 as builder FROM nvidia/cuda:12.5.1-devel-ubi9 AS builder
WORKDIR /home/ViolaJones/cpp WORKDIR /home/ViolaJones/cpp
COPY *.cu *.cpp *.hpp Makefile ./ COPY *.cu *.cpp *.hpp Makefile ./
RUN make -j "$(nproc)" && make -j "$(nproc)" ./bin/ViolaJonesTest RUN make -j "$(nproc)" && make -j "$(nproc)" ./bin/ViolaJonesTest
FROM nvidia/cuda:12.5.0-base-ubi9 FROM nvidia/cuda:12.5.1-base-ubi9
WORKDIR /home/ViolaJones/cpp WORKDIR /home/ViolaJones/cpp

View File

@ -1,2 +1,2 @@
numpy==1.26.4 numpy==2.0.0
tqdm==4.66.2 tqdm==4.66.4

View File

@ -1,4 +1,4 @@
FROM nvidia/cuda:12.5.0-devel-ubi9 as builder FROM nvidia/cuda:12.5.1-devel-ubi9 AS builder
RUN dnf install -y python3.12-3.12.1-4.el9 \ RUN dnf install -y python3.12-3.12.1-4.el9 \
&& dnf clean all \ && dnf clean all \

View File

@ -1,3 +1,3 @@
numba==0.59.1 numba==0.60.0
scikit-learn==1.4.1.post1 scikit-learn==1.5.1
tqdm==4.66.2 tqdm==4.66.4