Updated Dockerfiles
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
FROM nvidia/cuda:12.6.2-devel-ubi9
|
||||
FROM nvidia/cuda:13.0.0-devel-ubi9
|
||||
|
||||
RUN dnf install -y python3.12-3.12.1-4.el9_4.4 \
|
||||
RUN dnf install -y \
|
||||
make-1:4.3-8.el9 \
|
||||
python3.12-3.12.9-1.el9_6.1 \
|
||||
&& dnf clean all \
|
||||
&& ln -s /usr/bin/python3.12 /usr/bin/python
|
||||
|
||||
WORKDIR /home/ViolaJones/python
|
||||
|
||||
COPY Makefile activate.sh requirements.txt ./
|
||||
RUN make venv
|
||||
RUN make venv && rm requirements.txt
|
||||
COPY *.py ./
|
||||
|
||||
ENTRYPOINT ["make"]
|
||||
|
Reference in New Issue
Block a user