From ea0cc3c85cb5d5cd46e408b9d588340de331b76b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 2 Nov 2022 20:10:58 +0300 Subject: [PATCH] added dockerdl (#1029) * added dockerdl Deep Learning Docker Image Don't waste time setting up a deep learning env when you can get a deep learning environment with everything pre-installed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1efe8a..7faddda 100644 --- a/README.md +++ b/README.md @@ -621,6 +621,7 @@ Services to securely store your Docker images. - [Docker-sync](https://github.com/EugenMayer/docker-sync) - Drastically improves performance ([50-70x](https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux while sharing code to the container. By [@EugenMayer](https://github.com/EugenMayer) - [docker-vm](https://github.com/shyiko/docker-vm) - Simple and transparent alternative to boot2docker (backed by Vagrant) by [@shyiko](https://github.com/shyiko) - [DockerBuildManagement](https://github.com/DIPSAS/DockerBuildManagement) - Build Management is a python application, installed with pip. The application makes it easy to manage a build system based on Docker by configuring a single yaml file describing how to build, test, run or publish a containerized solution. +- [DockerDL](https://github.com/matifali/dockerdl) - Deep Learning Docker Images. Don't waste time setting up a deep learning env when you can get a deep learning environment with everything pre-installed. - [Dusty](https://github.com/gamechanger/dusty) - Managed Docker development environments on OS X - [Eclipse Che](https://github.com/eclipse/che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE - [EnvCLI](https://github.com/EnvCLI/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By [@EnvCLI](https://github.com/EnvCLI)