From 294eb7fa5b3d7d865eebacbd0064ede2cc884ce0 Mon Sep 17 00:00:00 2001 From: saundersp Date: Mon, 22 Jul 2024 22:03:59 +0200 Subject: [PATCH] Updated dependencies --- cpp/Dockerfile | 4 ++-- downloader/requirements.txt | 4 ++-- python/Dockerfile | 2 +- python/requirements.txt | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cpp/Dockerfile b/cpp/Dockerfile index 91a8a61..e9ed4c6 100644 --- a/cpp/Dockerfile +++ b/cpp/Dockerfile @@ -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 COPY *.cu *.cpp *.hpp Makefile ./ 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 diff --git a/downloader/requirements.txt b/downloader/requirements.txt index 10d4523..df76832 100644 --- a/downloader/requirements.txt +++ b/downloader/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.26.4 -tqdm==4.66.2 +numpy==2.0.0 +tqdm==4.66.4 diff --git a/python/Dockerfile b/python/Dockerfile index fc8440f..93e3310 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -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 \ && dnf clean all \ diff --git a/python/requirements.txt b/python/requirements.txt index 397f0be..569aa67 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -numba==0.59.1 -scikit-learn==1.4.1.post1 -tqdm==4.66.2 +numba==0.60.0 +scikit-learn==1.5.1 +tqdm==4.66.4