Skip to content

hamelsmu/docker-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-cpu

For CPU Bound ML Research

For a GPU computing container - See this dockerhub page and this github repo.

Docker image for machine learning on CPUs

This image is built to run on CPU-only compute, which you may want to do if you need high CPU density. For example, I use usually use X1 instance types on AWS.

Useful commands to remember:

See all running containers:

docker ps -a -f status=running

Run terminal attached to a running container:

docker exec -it <container_name> bash

Save state of container

docker commit <container_id> new_image_name:tag_name(optional)

More Resources

See this tutorial

About

For CPU Bound ML Research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages