Skip to content

briangorman/fastai_rocm_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

fastai_rocm

This project generates a docker image that enables rapid development with the fast.ai v1 library with Modern AMD graphics cards through the Rocm stack.

This docker image contains:

  • Jupyter Notebook
  • Pytorch
  • Fast.ai
  • Rocm Utilities
  • Python 3.6

Usage

sudo docker run -it -v $HOME:/data -p 1337:1337 --privileged --rm --device=/dev/kfd --device=/dev/dri --group-add video briangorman/fastai_rocm

Your home directory will be exposed in /data. The docker container will output a link to access the jupyter notebook

Requirements

Modern Linux kernel

Hardware

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published