Skip to content
Snippets Groups Projects
Commit d864bd7c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: nividia-smi

parent 58b0546f
No related branches found
No related tags found
1 merge request!931feat: nvidia-smi
Pipeline #94712 failed
...@@ -88,6 +88,15 @@ workflow: ...@@ -88,6 +88,15 @@ workflow:
## caching strategy for dispatch to multiple nodes and to avoid ## caching strategy for dispatch to multiple nodes and to avoid
## --> try this strategy: https://medium.com/titansoft-engineering/docker-build-cache-sharing-on-multi-hosts-with-buildkit-and-buildx-eb8f7005918e ## --> try this strategy: https://medium.com/titansoft-engineering/docker-build-cache-sharing-on-multi-hosts-with-buildkit-and-buildx-eb8f7005918e
nvidia-smi:
stage: config
image: nvidia/cuda:11.3.1-base-ubuntu20.04
tags:
- gpu
script:
- |
nvidia-smi
## Default version and tags ## Default version and tags
## - internal tag used for the CI. Also temporarily tagged ## - internal tag used for the CI. Also temporarily tagged
## on eicweb to communicate between jobs (removed in cleanup job) ## on eicweb to communicate between jobs (removed in cleanup job)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment