https://github.com/ElementAI/TADAM
Revision 9b601aba070acb9fbe64c07a424aee6d745e8255 authored by Boris Oreshkin on 13 January 2019, 12:34:55 UTC, committed by Boris Oreshkin on 13 January 2019, 12:34:55 UTC
1 parent b69994b
Raw File
Tip revision: 9b601aba070acb9fbe64c07a424aee6d745e8255 authored by Boris Oreshkin on 13 January 2019, 12:34:55 UTC
Cleaning iteration 1
Tip revision: 9b601ab
README.md
# TADAM

## Set up docker
go to folder docker in this project, execute
docker build -f Dockerfile -t boris_tadam .

launch docker

NV_GPU=0 nvidia-docker run -p 1250:8888 -p 1251:6006 -p 1252:6007 -p 1253:6008 -v /mnt/datasets/public/:/mnt/datasets/public/ -v /mnt/home/boris:/mnt/home/boris -t -d --name boris_tadam_explore boris_tadam

iPython session should be available at http://machine_ip:1250/, password is "default". Datasets are mapped inside docker in /mnt/datasets/public/ folder.
back to top