diff --git a/.build/Dockerfile b/.build/Dockerfile index 16d0e50..dacaea2 100755 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -1,7 +1,8 @@ # Use NVIDIA CUDA as base image and run the same installation as in the other packages. # The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch FROM nvidia/cuda:10.1-base-ubuntu18.04 -LABEL maintainer="Jupyter Project " +LABEL maintainer="Christoph Schranz " +# The maintainers of subsequent sections may vary ############################################################################ #################### Dependency: jupyter/base-image ######################## @@ -356,6 +357,8 @@ RUN julia -e 'import Pkg; Pkg.update()' && \ ########################## Dependency: gpulibs ############################# ############################################################################ +LABEL maintainer="Christoph Schranz " + # Install Tensorflow RUN conda install --quiet --yes \ 'tensorflow=1.13*' \ @@ -384,6 +387,8 @@ RUN conda install -y -c pytorch \ ############################ Useful packages ############################### ############################################################################ +LABEL maintainer="Christoph Schranz " + # Update conda RUN conda update -n base conda -y diff --git a/src/Dockerfile.gpulibs b/src/Dockerfile.gpulibs index 7d5659a..744d204 100644 --- a/src/Dockerfile.gpulibs +++ b/src/Dockerfile.gpulibs @@ -1,3 +1,5 @@ +LABEL maintainer="Christoph Schranz " + # Install Tensorflow RUN conda install --quiet --yes \ 'tensorflow=1.13*' \ diff --git a/src/Dockerfile.header b/src/Dockerfile.header index 60fe719..ca9ce65 100644 --- a/src/Dockerfile.header +++ b/src/Dockerfile.header @@ -1,4 +1,5 @@ # Use NVIDIA CUDA as base image and run the same installation as in the other packages. # The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch FROM nvidia/cuda:10.1-base-ubuntu18.04 -LABEL maintainer="Jupyter Project " +LABEL maintainer="Christoph Schranz " +# The maintainers of subsequent sections may vary diff --git a/src/Dockerfile.usefulpackages b/src/Dockerfile.usefulpackages index 765e552..4cbe6e8 100644 --- a/src/Dockerfile.usefulpackages +++ b/src/Dockerfile.usefulpackages @@ -1,3 +1,5 @@ +LABEL maintainer="Christoph Schranz " + # Update conda RUN conda update -n base conda -y