Skip to content

fix docs for preset containers #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
=== "[Classical ML](https://hub.docker.com/r/intel/classical-ml)"
{{ read_csv('assets/classical_ml.csv') }}
=== "[Deep Learning Pytorch* CPU](https://hub.docker.com/r/intel/deep-learning)"
{{ read_csv('assets/deep_learning_pytorch-cpu.csv') }}
{{ read_csv('assets/deep_learning_pytorch_cpu.csv') }}
=== "[Deep Learning PyTorch* GPU](https://hub.docker.com/r/intel/deep-learning)"
{{ read_csv('assets/deep_learning_pytorch-gpu.csv') }}
{{ read_csv('assets/deep_learning_pytorch_gpu.csv') }}
=== "[Deep Learning TensorFlow* CPU](https://hub.docker.com/r/intel/deep-learning)"
{{ read_csv('assets/deep_learning_tensorflow-cpu.csv') }}
{{ read_csv('assets/deep_learning_tensorflow_cpu.csv') }}
=== "[Deep Learning TensorFlow* GPU](https://hub.docker.com/r/intel/deep-learning)"
{{ read_csv('assets/deep_learning_tensorflow-gpu.csv') }}
{{ read_csv('assets/deep_learning_tensorflow_gpu.csv') }}
=== "[Deep Learning JAX CPU](https://hub.docker.com/r/intel/deep-learning)"
{{ read_csv('assets/deep_learning_jax-cpu.csv') }}
{{ read_csv('assets/deep_learning_jax_cpu.csv') }}

=== "[Workflows](https://hub.docker.com/r/intel/ai-workflows)"
=== "[TorchServe](https://github.com/intel/ai-containers/tree/main/workflows/charts/torchserve)"
Expand Down
1 change: 0 additions & 1 deletion preset/classical-ml/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["clx"]
}
1 change: 0 additions & 1 deletion preset/deep-learning-jax-cpu/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["clx"]
}
7 changes: 4 additions & 3 deletions preset/deep-learning-jax-cpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ services:
build:
target: deep-learning
labels:
docs: jax
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning JAC CPU"
docs: deep_learning_jax_cpu
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning JAX* CPU"
org.opencontainers.base.name: "ubuntu:22.04"
org.opencontainers.image.name: "intel/deep-learning:jax"
org.opencontainers.image.name: "intel/deep-learning"
org.opencontainers.image.version: jax-2025.0.0-py${PYTHON_VERSION:-3.11}
dependency.python: ${PYTHON_VERSION:-3.11}
dependency.python.pip: requirements.txt
dependency.apt.bzip2: true
Expand Down
1 change: 0 additions & 1 deletion preset/deep-learning-pytorch-cpu/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["clx"]
}
8 changes: 4 additions & 4 deletions preset/deep-learning-pytorch-cpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ services:
build:
target: deep-learning
labels:
docs: deep_learning
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning PyTorch CPU"
docs: deep_learning_pytorch_cpu
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning PyTorch* CPU"
org.opencontainers.base.name: "ubuntu:22.04"
org.opencontainers.image.name: "intel/deep-learning-pytorch-cpu"
org.opencontainers.image.version: 2025.0.0-py${PYTHON_VERSION:-3.11}
org.opencontainers.image.name: "intel/deep-learning"
org.opencontainers.image.version: pytorch-2025.0.0-py${PYTHON_VERSION:-3.11}
dependency.python: ${PYTHON_VERSION:-3.11}
dependency.python.pip: requirements.txt
dependency.apt.apt-utils: true
Expand Down
1 change: 0 additions & 1 deletion preset/deep-learning-pytorch-gpu/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["PVC"]
}
8 changes: 4 additions & 4 deletions preset/deep-learning-pytorch-gpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ services:
build:
target: deep-learning
labels:
docs: deep_learning
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning PyTorch GPU"
docs: deep_learning_pytorch_gpu
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning PyTorch* GPU"
org.opencontainers.base.name: "ubuntu:22.04"
org.opencontainers.image.name: "intel/deep-learning-pytorch-gpu"
org.opencontainers.image.version: 2025.0.0-py${PYTHON_VERSION:-3.11}
org.opencontainers.image.name: "intel/deep-learning"
org.opencontainers.image.version: pytorch-gpu-2025.0.0-py${PYTHON_VERSION:-3.11}
dependency.python: ${PYTHON_VERSION:-3.11}
dependency.python.pip: requirements.txt
dependency.apt.apt-utils: true
Expand Down
1 change: 0 additions & 1 deletion preset/deep-learning-tensorflow-cpu/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["clx"]
}
4 changes: 2 additions & 2 deletions preset/deep-learning-tensorflow-cpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ services:
build:
target: deep-learning
labels:
docs: deep_learning
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning TensorFlow CPU"
docs: deep_learning_tensorflow_cpu
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning TensorFlow* CPU"
org.opencontainers.base.name: "ubuntu:22.04"
org.opencontainers.image.name: "intel/deep-learning"
org.opencontainers.image.version: tensorflow-2025.0.0-py${PYTHON_VERSION:-3.11}
Expand Down
1 change: 0 additions & 1 deletion preset/deep-learning-tensorflow-gpu/.actions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"PYTHON_VERSION": ["3.11"],
"experimental": [true],
"RELEASE": ["2025.0.0"],
"runner_label": ["PVC"]
}
4 changes: 2 additions & 2 deletions preset/deep-learning-tensorflow-gpu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ services:
build:
target: deep-learning
labels:
docs: deep_learning
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning TensorFlow GPU"
docs: deep_learning_tensorflow_gpu
org.opencontainers.image.title: "AI Tools Selector Preset Containers - Deep Learning TensorFlow* GPU"
org.opencontainers.base.name: "ubuntu:22.04"
org.opencontainers.image.name: "intel/deep-learning"
org.opencontainers.image.version: tensorflow-gpu-2025.0.0-py${PYTHON_VERSION:-3.11}
Expand Down
Loading