-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
Oops, something went wrong.