diff --git a/images/deepml/Dockerfile b/images/deepml/Dockerfile index 16f0c65..c92e662 100644 --- a/images/deepml/Dockerfile +++ b/images/deepml/Dockerfile @@ -50,11 +50,6 @@ RUN pip install multidict \ USER $NB_UID -## Install Tensorflow deps -# this is not required for devel packages -# RUN conda install -c conda-forge cudatoolkit=11.7.0 -# RUN conda install -c "nvidia/label/cuda-11.7.0" cuda-nvcc - # Install PyTorch RUN pip install \ torch==2.0.0+cu117 torchvision==0.15.1+cu117 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117 \ diff --git a/images/java/Dockerfile b/images/java/Dockerfile index 79ddcbc..1d05ec4 100644 --- a/images/java/Dockerfile +++ b/images/java/Dockerfile @@ -38,7 +38,7 @@ USER $NB_UID LABEL ki.fh-swf.de.jupyterhub.runtime="CPU" LABEL ki.fh-swf.de.jupyterhub.namelabel="$BUILD_IMAGE_NAME" LABEL ki.fh-swf.de.jupyterhub.description="Java" -LABEL org.opencontainers.image.description="Java" +LABEL org.opencontainers.image.description="Java JDK20" LABEL org.opencontainers.image.authors="Fachhoschschule Südwestfalen" LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.base.name=$BASE_CONTAINER \ No newline at end of file