Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Oct 24, 2024
1 parent 123ae97 commit 83415eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 596 deletions.
8 changes: 4 additions & 4 deletions env-files/tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ARG IMG_TAG=24.08-tf2-py3

FROM nvcr.io/nvidia/tensorflow:${IMG_TAG}

LABEL org.opencontainers.image.source = "https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description = "Base itwinai image with tensorflow dependencies and CUDA drivers"
LABEL org.opencontainers.image.licenses = MIT
LABEL maintainer = "Matteo Bunino - [email protected]"
LABEL org.opencontainers.image.source="https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description="Base itwinai image with tensorflow dependencies and CUDA drivers"
LABEL org.opencontainers.image.licenses=MIT
LABEL maintainer="Matteo Bunino - [email protected]"

WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions env-files/torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARG IMG_TAG=23.09-py3

FROM nvcr.io/nvidia/pytorch:${IMG_TAG}

LABEL org.opencontainers.image.source = "https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description = "Base itwinai image with torch dependencies and CUDA drivers"
LABEL org.opencontainers.image.licenses = MIT
LABEL maintainer = "Matteo Bunino - [email protected]"
LABEL org.opencontainers.image.source="https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description="Base itwinai image with torch dependencies and CUDA drivers"
LABEL org.opencontainers.image.licenses=MIT
LABEL maintainer="Matteo Bunino - [email protected]"

# https://stackoverflow.com/a/56748289
ARG IMG_TAG
Expand Down
8 changes: 4 additions & 4 deletions env-files/torch/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

FROM jupyter/scipy-notebook:python-3.10.11
# FROM quay.io/jupyter/pytorch-notebook:x86_64-cuda12-python-3.11
LABEL org.opencontainers.image.source = "https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description = "itwinai image with torch dependencies, CUDA drivers, and Rucio client for jupyterlab singleuser server enabled for interLink offloading"
LABEL org.opencontainers.image.licenses = MIT
LABEL maintainer = "Matteo Bunino - [email protected], VRE Team @ CERN 23/24 - E. Garcia, G. Guerrieri"
LABEL org.opencontainers.image.source="https://github.com/interTwin-eu/itwinai"
LABEL org.opencontainers.image.description="itwinai image with torch dependencies, CUDA drivers, and Rucio client for jupyterlab singleuser server enabled for interLink offloading"
LABEL org.opencontainers.image.licenses=MIT
LABEL maintainer="Matteo Bunino - [email protected], VRE Team @ CERN 23/24 - E. Garcia, G. Guerrieri"

USER $NB_UID

Expand Down
Loading

0 comments on commit 83415eb

Please sign in to comment.