Files
prototorch_models/.ci/python39.Dockerfile
Alexander Engelsberger df99f1bc18 ci: Add Python 3.9 Dockerfile
2021-11-04 11:59:34 +01:00

6 lines
62 B
Docker

FROM python:3.9
RUN adduser --uid 1000 jenkins
USER jenkins