Customized version of official tensorflow/tensorflow image for vscode remote-development
144
It is forked version of official tensorflow/tensorflow image. You can use vscode remote-development extension with this image.
$ docker run -it -p 8888:22 dartwin/tensorflow:tag
You can mount the volume of local machine with -v tag.
$ docker run -it -p 8888:22 -v ~/"your-dir":/root dartwin/tensorflow:tag
If you use gpus, you can use --runtime option
$ docker run --runtime nvidia -it -p 8888:22 dartwin/tensorflow:tag
After running this command you can set root password of container.
Host "host-name"
HostName "ip"
User root
Port 8888
This process is IMPORTANT!!!!!!! If you won't follow, you can't import your custom module in a jupyter notebook.
Preferences -> Settings -> Search 'Notebook File Root' -> Change the value like below
${fileDirname}
Not "fileDirName"
Content type
Image
Digest
Size
506.5 MB
Last updated
almost 7 years ago
docker pull dartwin/tensorflow:latest-jupyter-themes