Skip to content

OneLastTry/pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch with JupyterLab Template

This is just a template that uses the latest PyTorch image and installs JupyterLab on it to allow easy work.

The workspace directory used by JupyterLab is mapped to ./workspace in this repo, so you have easy access to all your files.

Install

Clone the repository: git clone https://github.com/OneLastTry/pytorch.git and then execute from the main directory one of the commands below to perform the desired action:

  • build the image: docker-compose build
  • start container: docker-compose up -d
  • stop container: docker-compose stop
  • reset container: docker-compose down

Access

With the container running you can access JupyterLab using the link below: http://localhost:5000/lab The password is admin, you can change that on the Dockerfile.

screen

Helpul links

About

Pytorch with JupyterLab Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published