From 512a21cdb3549d42cf8e2efe435d40acfd0dc41c Mon Sep 17 00:00:00 2001 From: saundersp Date: Fri, 8 Nov 2024 01:18:31 +0100 Subject: [PATCH] Updated dependencies --- cpp/Dockerfile | 4 ++-- cpp/docker-compose.yaml | 1 - downloader/Dockerfile | 4 ++-- downloader/requirements.txt | 4 ++-- python/Dockerfile | 4 ++-- python/docker-compose.yaml | 1 - python/requirements.txt | 6 ++++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cpp/Dockerfile b/cpp/Dockerfile index e9ed4c6..2afbc35 100644 --- a/cpp/Dockerfile +++ b/cpp/Dockerfile @@ -1,11 +1,11 @@ -FROM nvidia/cuda:12.5.1-devel-ubi9 AS builder +FROM nvidia/cuda:12.6.2-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.1-base-ubi9 +FROM nvidia/cuda:12.6.2-base-ubi9 WORKDIR /home/ViolaJones/cpp diff --git a/cpp/docker-compose.yaml b/cpp/docker-compose.yaml index ceccc52..c66d7b9 100644 --- a/cpp/docker-compose.yaml +++ b/cpp/docker-compose.yaml @@ -12,5 +12,4 @@ services: reservations: devices: - driver: nvidia - count: 1 capabilities: [gpu] diff --git a/downloader/Dockerfile b/downloader/Dockerfile index 73b61c1..34e5bd3 100644 --- a/downloader/Dockerfile +++ b/downloader/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.3 -RUN apk add --no-cache curl=8.8.0-r0 python3=3.12.3-r1 && rm -rf /var/cache/apk* +RUN apk add --no-cache curl=8.11.0-r1 python3=3.12.7-r0 && rm -rf /var/cache/apk* WORKDIR /home/ViolaJones/downloader COPY requirements.txt activate.sh ./ diff --git a/downloader/requirements.txt b/downloader/requirements.txt index df76832..a22e0ec 100644 --- a/downloader/requirements.txt +++ b/downloader/requirements.txt @@ -1,2 +1,2 @@ -numpy==2.0.0 -tqdm==4.66.4 +numpy==2.1.3 +tqdm==4.67.0 diff --git a/python/Dockerfile b/python/Dockerfile index 93e3310..385d64b 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,6 +1,6 @@ -FROM nvidia/cuda:12.5.1-devel-ubi9 AS builder +FROM nvidia/cuda:12.6.2-devel-ubi9 -RUN dnf install -y python3.12-3.12.1-4.el9 \ +RUN dnf install -y python3.12-3.12.1-4.el9_4.4 \ && dnf clean all \ && ln -s /usr/bin/python3.12 /usr/bin/python diff --git a/python/docker-compose.yaml b/python/docker-compose.yaml index a76649c..0cbdac2 100644 --- a/python/docker-compose.yaml +++ b/python/docker-compose.yaml @@ -12,5 +12,4 @@ services: reservations: devices: - driver: nvidia - count: 1 capabilities: [gpu] diff --git a/python/requirements.txt b/python/requirements.txt index 569aa67..6b229eb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,5 @@ numba==0.60.0 -scikit-learn==1.5.1 -tqdm==4.66.4 +scikit-learn==1.5.2 +tqdm==4.67.0 + +#pudb==2024.1.3