scottcame / docker

Docker images for various purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Images

This directory contains the Dockerfiles and associated contexts for building various docker images. The images are:

  • mdbtools: An image for the mdbtools utility.
  • nominatim: A base image for containers that support running the Nominatim application/API.
  • nominatim-postgis: An extension of the nominatim image that uses postgis as the backend.
  • r-keras-cuda-base: A base image that installs NVIDIA CUDA and cuDNN and R 3.5.0 with the keras installed
  • r-keras-cuda-default: An extension of r-keras-cuda-base for use in environments without a tensorflow-supported GPU (e.g., runs keras/tensorflow on the machine's CPU)
  • r-keras-cuda-gpu: An extension of r-keras-cuda-base for use in environments with a tensorflow-supported GPU and a Docker runtime that exposes the GPU in-container
  • rstudio-keras-cuda: An extension of r-keras-cuda-* (base controlled by a build arg) for adding RStudio Server
  • data.world-mondrian-demo: An image that demonstrates use of Mondrian OLAP to query dataset files on data.world

Note that all of these images are maintained in Docker Hub on my site.

About

Docker images for various purposes


Languages

Language:Dockerfile 54.3%Language:JavaScript 25.3%Language:HTML 15.3%Language:Shell 4.5%Language:PHP 0.6%