ci: add gpu Dockerfile

This commit is contained in:
Alexander Engelsberger 2021-11-04 17:05:55 +01:00 committed by GitHub
parent 75ab2897c4
commit 5bc8c57490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.ci/gpu.Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nvcr.io/nvidia/pytorch:21.10-py3
RUN adduser --uid 1000 jenkins
USER jenkins