prototorch_models/.ci/python310.Dockerfile
Alexander Engelsberger 7020ac587b
ci: path test II
2021-11-05 12:11:09 +01:00

6 lines
62 B
Docker

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