This website requires JavaScript.
Explore
Help
Sign In
tzietkiewicz
/
ium-helloworld
Watch
1
Star
0
Fork
1
You've already forked ium-helloworld
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
17d44faf8a
ium-helloworld
/
Dockerfile
6 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
MLflow in Docker on Jenkins
2021-05-26 21:26:06 +02:00
FROM
ubuntu:20.04
RUN
apt update
RUN
apt install -y python3 python3-pip
Fix Dockerfile
2021-05-26 21:43:35 +02:00
RUN
pip3 install mlflow
Reference in New Issue
Copy Permalink