Files
prototorch_models/.ci/python38.Dockerfile
Alexander Engelsberger 76c147b57a ci: Add Python 3.8 Dockerfile
2021-11-04 11:59:05 +01:00

6 lines
62 B
Docker

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