Skip to content

strint/DockerFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerFiles

include

  • git
  • tmux
  • sshd
  • neovimplus
  • zsh & oh-my-zsh
    • zsh-autosuggestions
    • zsh-syntax-highlighting
    • z
    • extractor
  • pyenv & python3.8.5

Build

docker build -t cuda102:1.1 -f ./Dockerfile-cuda102 .

如果到apt-get update卡住,可能是网络问题,可以使用host模式构建:

docker build --network host -t cuda102:1.1 -f ./Dockerfile-cuda102 .

Run

docker run -it --shm-size=8G -P --cap-add=SYS_PTRACE --runtime=nvidia -u YOUR_UID --name "NAME" -v PATH_LOCAL:PATH_DOCKER cuda102:1.1 /bin/zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%