DataScience_Toolbox icon indicating copy to clipboard operation
DataScience_Toolbox copied to clipboard

RStudio deeplearing not starting?

Open MarkEdmondson1234 opened this issue 6 years ago • 2 comments

Hello, the Dockerfile was one of many I have tried out on GCP to work through the Deeplearning with R book, with the desire for Tensorflow, Keras and RStudio running on a GPU enabled VM.

I tried to start the Dockerfile after building it, and it does not stay up for very long. The logs are unhelpful. I wondered if you would know where I am going wrong? My command to start the container is:

nvidia-docker run --name deeplearning-r --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 -e USER=gpu -e PASSWORD=gpu -d -p 80:8787 -v ~/:/home/rstudio gcr.io/gcer-public/rstudio-keras:5b4713e

Any help appreciated :) The Docker image is available publicly if you would like to use it.

MarkEdmondson1234 avatar Feb 12 '19 22:02 MarkEdmondson1234

Hey Mark! Is it starting and then stopping or is it not even starting? And can you provide the logs? I'm not really maintaining those files at the moment and I'm currently working on a CLI tool to download/start/maintain DL environments like this, but my schedule is pretty tight at the moment...

KaiLicht avatar Feb 13 '19 01:02 KaiLicht

Hi @KaiLicht thanks for the reply - it was starting then stopping. It looks like rocker-org is close to supporting a deeplearning GPU RStudio too so that may be the answer.

MarkEdmondson1234 avatar Feb 13 '19 11:02 MarkEdmondson1234