Skip to content

chopstickexe/pytorch-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

pytorch-tutorial

PyTorch tutorial resource

How to create a container on GPU environment

$ docker build -t pytorch-tutorial . 
$ docker run -it --gpus all \
-v $PWD:/workspace \
-v /etc/group:/etc/group:ro \
-v /etc/passwd:/etc/passwd:ro \
-u $(id -u $USER):$(id -g $USER) \
--name pytorch-tutorial pytorch-tutorial 

About

PyTorch tutorial resource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published