Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

BalthasarSchachtner/radler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run docker container

docker run -u $(id -u):$(id -g) -v $(realpath ~/):/tf/notebooks -it -p 8888:8888 --gpus all balthasarschachtner/radler:v{x.y}

use password authentication instead of tokens:

  • write password to ~/.jupyter/jupyter_server_config.json by executing the command docker run -u $(id -u):$(id -g) -v $(realpath ~/):/tf/notebooks -it balthasarschachtner/radler:v{x.y} jupyter server password
  • this only works if you mount ~/ into the container (as done by the run command above)
  • otherwise copy .jupyter/jupyter_server_config.json into the notebook directory (needs to appear to the container in /tf/notebooks/.jupyter/jupyter_server_config.json

Execute arbitrary commands within the docker environment:

  • docker run -u $(id -u):$(id -g) -v $(realpath ~/):/tf/notebooks -it balthasarschachtner/radler:v{x.y} /bin/bash

mount additional directories

  • add another volume with another option, e.g. -v /data:/data

Development resources:

Test setup

About

RAdiological Deep Learning in dockER

Resources

Stars

Watchers

Forks

Packages

No packages published