parent
1ba6573172
commit
3c586e16e9
@ -0,0 +1,7 @@
|
||||
FROM 12.1.1-cudnn8-runtime-ubuntu22.04
|
||||
|
||||
RUN apt update && apt install python3
|
||||
RUN pip3 install --upgrade pip
|
||||
ADD ./requirements.txt ./requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
Binary file not shown.
Loading…
Reference in new issue