Skip to content

Docker image build files for machine learning at ubuntu server.

License

Notifications You must be signed in to change notification settings

hslyu/docker-for-ML

Repository files navigation

docker-for-ML

Docker image build recipe with various machine learning libraries, including tensorflow, pytorch and opencv. This repository is tested on ubuntu 18.04 with NVIDIA Geforce 1080TI and NVIDIA RTX 2080TI.

What you need to do first

  1. Install docker according to the docker docs.
  2. Install nvidia-docker according to the nvidia-docker github.
  3. Clone this repository and enter into the directory.
git clone https://github.com/hslyu/docker-for-ML
cd ./docker-for-ML
  1. In the docker-for-ML directory, clone tensorflow github and opencv github.
  2. Go to the tensorflow directory and checkout to the version you want to build.
  3. Go to the opencv directory and checkout to the version you want to build.

About

Docker image build files for machine learning at ubuntu server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages