clearml-agent/docker/k8s-glue/task-pod-build/Dockerfile

8 lines
94 B
Docker
Raw Normal View History

FROM ubuntu:22.04
2021-08-05 16:22:56 +00:00
USER root
WORKDIR /root
COPY ./setup.sh /root/setup.sh
RUN /root/setup.sh