Sign inSign up

chrisengelhardt/pskj-docker

By chrisengelhardt

Updated over 7 years ago

(P)ython, (S)wift, (K)eras and (J)upiter Docker container for machine and deep learning

Image
0

50K+

chrisengelhardt/pskj-docker repository overview

Notes

This container needs privileged permissions to run swift code.

Tags

TagInfo
pskj-docker:1804-cpu (default)For cpu only use. Notes: Ubuntu 18-04
pskj-docker:1804-gpuFor gpu nvidia gpu support (requires nvidia-docker v2). Notes: Ubuntu 18-04,Cuda 10.0, Cudnn7

How to build yourself

cd ubunut1804-(cpu/gpu)
docker build -t pskj-docker .

Start the container (GPU)

nvidia-docker run --privileged  -p 8888:8888 chrisengelhardt/pskj-docker:1804-gpu

Start the container (CPU)

docker run --privileged  -p 8888:8888 chrisengelhardt/pskj-docker:1804-cpu

Permanently save data

To permanently save data, you need to mount a volume into the /tmp/ folder (-v)

docker run -v `pwd`/workdir:/tmp/  --privileged  -p 8888:8888 chrisengelhardt/pskj-docker:1804-cpu

Tag summary

Content type

Image

Digest

Size

3.4 GB

Last updated

over 7 years ago

docker pull chrisengelhardt/pskj-docker