This commit is contained in:
itqop 2025-02-23 19:35:00 +03:00
parent 2818e65144
commit e45f23f75f
1 changed files with 2 additions and 1 deletions

View File

@ -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