Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 250 Bytes

Docker

  1. create docker image $ docker build ./docker -t <your_image_name> example: $ docker build ./docker -t dance_env
  2. run created docker image docker run -gpus all <your_image_name> example: $ docker run -gpus all dance_env