Files
prototorch_models/.ci/python37.Dockerfile
Alexander Engelsberger 84f90d026d ci: Add Python 3.7 Dockerfile
2021-11-04 14:02:55 +01:00

6 lines
62 B
Docker

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