Install DIGITS on ubuntu

前端之家收集整理的这篇文章主要介绍了Install DIGITS on ubuntu前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
cd ~/Downloads
git clone https://github.com/NVIDIA/DIGITS.git digits  
cd digits  
sudo apt-get install graphviz gunicorn  
for req in $(cat requirements.txt); do sudo pip install $req; done 
./digits-devserver
echo "Go to http://localhost:5000 to use DIGITS"

Refer to this post to make it autostart.

原文链接:https://www.f2er.com/ubuntu/354875.html

猜你在找的Ubuntu相关文章