mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +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
|