

Specifically this is what I'm looking for For example, I'm using an Intel Core i7-3770 processor, which lists the features here. You can check by Googling your processor. How do you enable VT-x or AMD-v? Well, for starters, your CPU needs to have the feature built in.

I don't have hardware virtualization enabled. Microsoft has a neat little utility you can download that will tell you the same thing. Whoops, looks like the first step was checking to see if you have this feature enabled. Enabling it in the BIOS is mandatory Enabling VT-X Clicking on the Docker Quickstart Terminal launched a window but returned the following error:Įrror creating machine: Error in driver during machine creation: This computer doesn't have VT-X/AMD-V enabled. Afterwards I ended up with a few shortcuts. I installed it with all the default settings. At the time of writing it was roughly 202 MB. Head over to the Docker Toolbox page to grab the install. Following are my steps for anyone else attempting to jump through the same hoops. Unfortunatly that process ended up taking the better half of my morning. Okay, so I guess I'll install Docker first. TensorFlow provided no installation instructions for a Windows machine, but they did have instructions for installing it using Docker. On the contrary, when downloading on a machine different from the installation machine, you can download and copy what you need.My journey into Docker started with TensorFlow, Google's machine learning library. The processing of uname -s and uname -m automatically determines the URL of docker to download because it differs depending on the CPU and OS.ĭoing. Sudo cp /tmp/docker-machine /usr/bin/docker-machine $ curl -L `uname -s`-`uname -m` >/tmp/docker-machine & If you want to copy it to / usr / bin / docker-machine, you can do as follows. In terms of processing content, curl gets the binary of docker-machine to / tmp, gives execute permission, and then copies it to / usr / local / bin / docker-machine. Sudo cp /tmp/docker-machine /usr/local/bin/docker-machine The above site describes the Linux installation procedure as follows, so you can just execute it. The latest version v0.16.2 as of Octocan be downloaded from the following. Install according to the procedure described at.
