Updated Dockerfiles

This commit is contained in:
saundersp
2024-06-10 18:57:17 +02:00
parent 2e7b7313c3
commit 179f106062
4 changed files with 11 additions and 12 deletions

View File

@ -1,7 +1,8 @@
FROM nvidia/cuda:12.4.1-devel-ubi9 as builder
FROM nvidia/cuda:12.5.0-devel-ubi9 as builder
RUN dnf install -y python3.11-3.11.5-1.el9_3 && dnf clean all
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN dnf install -y python3.11-3.11.7-1.el9 \
&& dnf clean all \
&& ln -s /usr/bin/python3 /usr/bin/python
WORKDIR /home/ViolaJones/python
COPY Makefile activate.sh requirements.txt ./