prototorch/.ci/python310.Dockerfile
Alexander Engelsberger 0788718c31
ci: cache test IV
2021-11-05 15:14:59 +01:00

8 lines
101 B
Docker

FROM python:3.9
RUN adduser --uid 1000 jenkins
USER jenkins
RUN mkdir -p /home/jenkins/.cache/pip