Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 285 Bytes

pt-docker-image

PyTorch Docker Image

Simple working example of a PyTorch project with Docker

Usage

  • Working with docker locally

make build

make up

make down

make connect

  • Working with docker remotely

make build_r

make up_r

make down_r

make connect_r