mirror of
https://github.com/clearml/clearml-agent
synced 2025-05-08 14:04:27 +00:00
8 lines
94 B
Docker
8 lines
94 B
Docker
FROM ubuntu:18.04
|
|
|
|
USER root
|
|
WORKDIR /root
|
|
COPY ./setup.sh /root/setup.sh
|
|
|
|
RUN /root/setup.sh
|