From f179d873aaac307d3f66edc7256735c56250bed7 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 1 Oct 2020 19:37:49 -0400 Subject: [PATCH] Updated the description of the image in the README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3f725..b046079 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ This docker image serves as a means to easily test Aparapi based applications in a OpenCL and GPU enabled environment. Provided the host system has the appropriate hardware Aparapi applications can utilize GPU acceleration from this container. -This docker image is based off the [Maven](https://hub.docker.com/_/ubuntu) docker image, and adds either AMD, NVIDIA, or pocl opencl support on top depending on which image you use. +This docker image is based off the [Maven](https://hub.docker.com/_/ubuntu) docker image, and adds either AMD, NVIDIA, or pocl opencl dev support on top depending on which image you use. In addition it also adds OpenJDK-14, both JRE +and JDK, git, maven, and predownloads the Aparapi Java dependency into the .M2 cache. It should be everything you need to run GPU accelerated Aparapi applications. ## Support and Documentation -- GitLab