Skip to content
Snippets Groups Projects
Commit bd119d02 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : operator?

parent ee95323f
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ variables:
"aidge_backend_cuda" )
apt-get install -y -qq libcudnn8-dev
# install nvidia container toolkit for cuda repo releases
if [[ "$CI_JOB_NAME" ~= "release" ]]; then
if [[ "$CI_JOB_NAME" =~ "release" ]]; then
curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
&& curl -s -L https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list | \
sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment