An Ubuntu 14.04 LXD container with tensorflow already installed and configured in two virtualenv environments: one for Python 2 and the other for Python 3.
You just need to import the lxd image and activate the virtualenv of your choice.
Import tensorflow container:
lxc image import <file> --alias tensorflow-image
where <file> is the name of the downloaded container file.
Launch the container:
lxd start tensorflow-image tensorflow
Use the container shell:
sudo lxc exec tensorflow -- /bin/bash
Then enable the virtualenv:
source tensorflow/bin/activate # Python 2
or
source tensorflow-py3/bin/activate # Python 3
Follow Tensorflow LXD container
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Tensorflow LXD container!