mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-12 15:50:26 +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
|