Updated Dockerfiles
This commit is contained in:
@ -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 ./
|
||||
|
Reference in New Issue
Block a user