mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-12 07:38:04 +00:00
8 lines
94 B
Docker
8 lines
94 B
Docker
FROM ubuntu:22.04
|
|
|
|
USER root
|
|
WORKDIR /root
|
|
COPY ./setup.sh /root/setup.sh
|
|
|
|
RUN /root/setup.sh
|