Skip to content

robertocalandra/DRLdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRLdocker

If using GPU(s) run using:

nvidia-docker run -it -p 8888:8888 robcal/drldocker

else use:

docker run -it -p 8888:8888 robcal/drldocker

Connect to Jupyter by typing in your browser:

http://localhost:8888/tree

(where 8888 is the port passed as parameter)

To build the image locally type:

docker build --t drldocker .

from within the folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published