Skip to content

undefeated-davout/pytorch-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch dockerの使用手順

Push to Docker registry

Dockerビルド

make -f docker.Makefile

起動

docker-compose up -d

JupyterNotebookにアクセス

# ログを確認して
docker-compose logs -f

# 以下の形式のURLにアクセスしてJupyterNotebookを呼び出す
# http://127.0.0.1:8888/?token=xxxxxxxxxx

コンテナログイン

docker exec -it pytorch-docker.app /bin/bash --login

作業ディレクトリ

./custom/workspace/

カスタマイズ用のソース配置ディレクトリ

./custom/

About

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.8%
  • Python 37.1%
  • Cuda 4.3%
  • C 2.9%
  • CMake 1.0%
  • Objective-C++ 0.5%
  • Other 1.4%