prototorch/.ci/python310.Dockerfile
2021-11-05 14:30:08 +01:00

6 lines
62 B
Docker

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