Updated dependencies

This commit is contained in:
saundersp 2024-11-08 01:18:31 +01:00
parent 8c7f2c1c97
commit 512a21cdb3
7 changed files with 12 additions and 12 deletions

View File

@ -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 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.1-base-ubi9 FROM nvidia/cuda:12.6.2-base-ubi9
WORKDIR /home/ViolaJones/cpp WORKDIR /home/ViolaJones/cpp

View File

@ -12,5 +12,4 @@ services:
reservations: reservations:
devices: devices:
- driver: nvidia - driver: nvidia
count: 1
capabilities: [gpu] capabilities: [gpu]

View File

@ -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 WORKDIR /home/ViolaJones/downloader
COPY requirements.txt activate.sh ./ COPY requirements.txt activate.sh ./

View File

@ -1,2 +1,2 @@
numpy==2.0.0 numpy==2.1.3
tqdm==4.66.4 tqdm==4.67.0

View File

@ -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 \ && dnf clean all \
&& ln -s /usr/bin/python3.12 /usr/bin/python && ln -s /usr/bin/python3.12 /usr/bin/python

View File

@ -12,5 +12,4 @@ services:
reservations: reservations:
devices: devices:
- driver: nvidia - driver: nvidia
count: 1
capabilities: [gpu] capabilities: [gpu]

View File

@ -1,3 +1,5 @@
numba==0.60.0 numba==0.60.0
scikit-learn==1.5.1 scikit-learn==1.5.2
tqdm==4.66.4 tqdm==4.67.0
#pudb==2024.1.3