This website requires JavaScript.
Explore
Help
Sign In
ClearML
/
clearml-agent
Watch
1
Star
0
Fork
0
You've already forked clearml-agent
mirror of
https://github.com/clearml/clearml-agent
synced
2025-01-31 09:06:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f110bbf5b4
clearml-agent
/
docker
/
k8s-glue
/
task-pod-build
/
Dockerfile
8 lines
94 B
Docker
Raw
Normal View
History
Unescape
Escape
Update Docker base image to Ubuntu 22.04 and Kubectl to 1.29.3 (#201)
2024-07-29 15:41:50 +00:00
FROM
ubuntu:22.04
Update docker example for k8s glue
2021-08-05 16:22:56 +00:00
USER
root
WORKDIR
/root
COPY
./setup.sh /root/setup.sh
RUN
/root/setup.sh
Reference in New Issue
Copy Permalink