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

8 lines
94 B
Docker
Raw Normal View History

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