Sign inSign up

thtung1/tensorflow_noroot

By thtung1

Updated almost 7 years ago

This docker image could be used with a non-root account.

Image
0

537

thtung1/tensorflow_noroot repository overview

Tensorflow 2.0.0 with CUDA 10 and OpenCV 4.1.1

Usage

docker run --runtime=nvidia -it --name nlp \
      --user $(id -u) -e DISPLAY --workdir=$(pwd) \
      --volume="/home/$USER:/home/$USER" \
      --volume="/etc/group:/etc/group:ro" \
      --volume="/etc/passwd:/etc/passwd:ro" \
      --volume="/etc/shadow:/etc/shadow:ro" \
      --volume="/etc/sudoers.d:/etc/sudoers.d:ro" \
      --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
      -p 8889:8889 -p 6006:6006 \
       thtung1/tensorflow_noroot

Inside docker, you can run jupyter with the following commands:

jupyter lab --ip=0.0.0.0 --no-browser --port=8889

Tag summary

Content type

Image

Digest

Size

2.6 GB

Last updated

almost 8 years ago

docker pull thtung1/tensorflow_noroot