You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NO-JIRA: tests(containers): Add GPU support and pod exec functionality in tests (#1041)
Enhance `ImageDeployment` to support GPU accelerators (AMD/NVIDIA) during pod deployment and introduce a method to execute commands inside pods. Additionally, add tests for ensuring CUDA compatibility on OpenShift using a PyTorch notebook image.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ sudo dnf install podman
103
103
systemctl --user start podman.service
104
104
systemctl --user status podman.service
105
105
systemctl --user status podman.socket
106
-
DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock uv run pytest tests/containers -m 'not openshift' --image quay.io/opendatahub/workbench-images@sha256:e98d19df346e7abb1fa3053f6d41f0d1fa9bab39e49b4cb90b510ca33452c2e4
106
+
DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock uv run pytest tests/containers -m 'not openshift and not cuda and not rocm' --image quay.io/opendatahub/workbench-images@sha256:e98d19df346e7abb1fa3053f6d41f0d1fa9bab39e49b4cb90b510ca33452c2e4
0 commit comments