Skip to content

dreamhomes/dev-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

689 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev-config

My development configuration files, include dockerfile, vim, zsh and so on.

Dockerfile usage

  1. Download dockerfile.

    curl "https://raw.githubusercontent.com/dreamhomes/dev-config/master/dockerfile/pytorch1.5-cuda10.1-cudnn7.dockerfile" -o pytorch1.5-cuda10.1-cudnn7.dockerfile
  2. Build docker image. cd dockerfile folder:

    docker build -t pytorch1.5-cuda10.1-cudnn7 -f pytorch1.5-cuda10.1-cudnn7.dockerfile .
  3. Run image.

    docker run -it --name dreamhomes -h smj-docker -p 8022:22 -v /home/dreamhomes:/home/dreamhomes pytorch1.5-cuda10.1-cudnn7

    Keep container and exit: ctrl+p+q ; Re-entry container: docker attach dreamhomes;

Other source: https://gitee.com/dreamhomes/dev-config

About

My development configuration files, include dockfile and so on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors