Skip to content
Snippets Groups Projects
Commit 5d77157a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'cuda-override' into 'master'

Override the __cuda version on Linux builds

Closes bob.ip.facedetect#13 and #93

See merge request !275
parents 25d8d28b cd93cba9
No related branches found
No related tags found
1 merge request!275Override the __cuda version on Linux builds
Pipeline #58676 passed
......@@ -84,6 +84,9 @@ stages:
build_linux_bob_devel:
extends: .build_linux_template
variables:
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
# run bob-devel test only when bob/devtools/data/conda_build_config.yaml changes
only:
changes:
......
......@@ -8,6 +8,8 @@ variables:
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
TORCH_HOME: "${CI_PROJECT_DIR}/torch"
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
# Definition of our build pipeline order
......
......@@ -45,6 +45,9 @@ stages:
- bob
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
variables:
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
build_linux_38:
extends: .build_linux_template
......
......@@ -113,6 +113,9 @@ build_macos_arm:
- bob
- docker
image: quay.io/condaforge/linux-anvil-cos7-x86_64
variables:
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
.test_macos_intel_template:
......
......@@ -7,6 +7,8 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PRE_COMMIT_HOME: "${CI_PROJECT_DIR}/.cache/pre-commit"
DEPLOY: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/deploy.py"
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
# Definition of our build pipeline order
......
......@@ -58,6 +58,9 @@ stages:
paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
variables:
# The version of cuda at Idiap
CONDA_OVERRIDE_CUDA: "11.6"
.build_macos_intel_template:
......
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