fix vers
This commit is contained in:
parent
2818e65144
commit
e45f23f75f
|
@ -1,9 +1,10 @@
|
|||
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
|
||||
|
||||
RUN apt update && apt install -y python3.9 python3-pip curl pciutils lshw && \
|
||||
RUN apt update && apt install -y python3.10 python3-pip curl pciutils lshw && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue