Skip to content

EugeniaVeselova/RICH-GAN-2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RICH-GAN-2019

Docker

Pulling

docker pull mrartemev/rich2019

Built with love from ./Dockerfile

Usage

To run docker image run following code inside repo directory

docker run --rm -v `pwd`:/home/workdir --name <name> --runtime nvidia -it -p <port>:8888 <image_name>

For example:

docker run --rm -v `pwd`:/workdir --name rich2019 --runtime nvidia -it -p 8888:8888 mrartemev/rich2019

Running this command will mount docker to your repo directory and execute jupyter notebook command inside your docker.

Open this in your browser to work with repo http://localhost(or yours server-id):8888 (or other chosen ). After that, you'll be able to run ipython notebooks in /research

Data

./get_data_calibsample.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.1%
  • Python 29.9%
  • Other 1.0%