Paul
Paul
Thanks @karthiknadig I'll try as advised
hi @karthiknadig i'm unable to access https://github.com/Microsoft/RTVS-Docker is it a private repo? 
Thanks @karthiknadig I'll check accordingly
Thanks @karthiknadig I'll check accordingly
hi @karthiknadig i'm trying your tutorial on using docker container for RTVS: https://github.com/Microsoft/RTVS/blob/master/doc/rtvsd/rtvs-docker-container.md After clicking "Create"... it's stuck here: build> Successfully built 3509fe93496b build> Successfully tagged 37a499bb-b42d-c43c-cf54-43da64048bf0:latest build> SECURITY WARNING:...
hi @karthiknadig no container was created... an image was created though... so i did a docker inspect on it: it has 5444/tcp in the "ContainerConfig" and "Config" "ExposedPorts": { "5444/tcp":...
@geffzhang I tried running via commandline inside the container.... "using Tensorflow" completed however, whenever i start using tensorflow (e.g. tf.constant("test");), the kernel just dies... any workaround for this?
> @whatevergeek which docker image version do you use? > > Did you get same error with Geff Zhang? I used scisharpstack/scisharpcube:0.4 Initially the container fails when loading (using Tensorflow;)...
> Which kind host do you use? Windows, Linux or Mac OSX? Windows. Using Docker Toolbox for hosting the image.
Btw, i'm also trying to use binder to help reproduce it online. However, the environment doesn't seem to launch. Anyway, placing my repo here in case anyone got suggestion on...