This docker image could be used with a non-root account.
537
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
Content type
Image
Digest
Size
2.6 GB
Last updated
almost 8 years ago
docker pull thtung1/tensorflow_noroot