Files
prototorch_models/.ci/python36.Dockerfile
Alexander Engelsberger 26cc0690ef ci: add python 3.6 Dockerfile
2021-11-04 14:05:03 +01:00

6 lines
62 B
Docker

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