Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Jun 28, 2023
1 parent e84f954 commit aab9606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aab9606

Please sign in to comment.