setup files

This commit is contained in:
root
2022-08-05 14:44:50 +05:30
commit ea4806ccb9
4 changed files with 110 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM nvcr.io/nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04
LABEL Arthur="Shankar Mounesh"
RUN apt update && \
apt install python3-pip -y