Skip to content

Latest commit

 

History

History

cpu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

btgym docker for CPU only

To Build

  • sudo docker image build -t btgym .

To Run

  • docker container run -p 8080:8080 -p 6006:6006 -p 8888:8888 btgym

To View

To link local directory

  • add "-v /local_dir:/container_dir"

To use your own copy of btgym

Notes

  • The container starts with chromium opening the jupyter nootbook authorization, select the file nbserver-#-open.html to access the notbook server.
  • Jupyter is also configured to accept connections from Google Collab
Original credits to:
Which was based on: