added me as maintainer
This commit is contained in:
parent
bf7315e61d
commit
9eee0f028d
@ -1,7 +1,8 @@
|
|||||||
# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
|
# 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
|
# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
|
||||||
FROM nvidia/cuda:10.1-base-ubuntu18.04
|
FROM nvidia/cuda:10.1-base-ubuntu18.04
|
||||||
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
# The maintainers of subsequent sections may vary
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#################### Dependency: jupyter/base-image ########################
|
#################### Dependency: jupyter/base-image ########################
|
||||||
@ -356,6 +357,8 @@ RUN julia -e 'import Pkg; Pkg.update()' && \
|
|||||||
########################## Dependency: gpulibs #############################
|
########################## Dependency: gpulibs #############################
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
|
||||||
# Install Tensorflow
|
# Install Tensorflow
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'tensorflow=1.13*' \
|
'tensorflow=1.13*' \
|
||||||
@ -384,6 +387,8 @@ RUN conda install -y -c pytorch \
|
|||||||
############################ Useful packages ###############################
|
############################ Useful packages ###############################
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
|
||||||
# Update conda
|
# Update conda
|
||||||
RUN conda update -n base conda -y
|
RUN conda update -n base conda -y
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
|
||||||
# Install Tensorflow
|
# Install Tensorflow
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'tensorflow=1.13*' \
|
'tensorflow=1.13*' \
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Use NVIDIA CUDA as base image and run the same installation as in the other packages.
|
# 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
|
# The version of cudatoolkit must match those of the base image, see Dockerfile.pytorch
|
||||||
FROM nvidia/cuda:10.1-base-ubuntu18.04
|
FROM nvidia/cuda:10.1-base-ubuntu18.04
|
||||||
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
# The maintainers of subsequent sections may vary
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
|
||||||
|
|
||||||
# Update conda
|
# Update conda
|
||||||
RUN conda update -n base conda -y
|
RUN conda update -n base conda -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user