modern-deep-learning-docker
modern-deep-learning-docker copied to clipboard
Modern Deep Learning Docker Image
Can the image be used in offline network. No internet connection. Is it possible to add pycharm ? Thanks
Hi, I think that due to new versions of tensorflow being added since this was developed, some problems are happening with the requirements when I use the docker image: I...
Hello and thanks for sharing this Docker image. So, newbie question here: I've got this image up and running, now how can I run the object recognition against my images?...
If you like using docker-compose, you can add following file to the root of your project: **docker-compose.yml** ``` version: "3" services: mdl: image: waleedka/modern-deep-learning container_name: modern-ml volumes: - ./:/host ports:...
I open a demo.ipynb file in docker following the guild but it seems that it still run in local environment. the code is : import os import sys import random...
https://github.com/waleedka/modern-deep-learning-docker/blob/36ae632f5b90af34458e196aea52406799139b93/Dockerfile#L133-L134 While it would be great if this reduced the image size, it has zero effect as it is on a different layer. The only way this would be of...