Advertisement
netang

mlflow docker

Sep 18th, 2021 (edited)
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. docker build --build-arg USER_ID="$(id -u)" --build-arg USER="$(whoami)" -t mlflow .
  2.  
  3. PATH=$PATH:/home/againetdinov/.local/bin
  4.  
  5. export LC_ALL=C.UTF-8
  6. export LANG=C.UTF-8
  7.  
  8. cd ~
  9.  
  10. mlflow ui --host=0.0.0.0
  11.  
  12. docker run -d -p 5007:5000 mlflow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement