Skip to content
Snippets Groups Projects
Commit b2a2a38d authored by André Anjos's avatar André Anjos :speech_balloon: Committed by Daniel CARRON
Browse files

[ci] Install libGL for tests and documentation

parent f4e5b586
No related branches found
No related tags found
1 merge request!12Adds grad-cam support on classifiers
......@@ -10,3 +10,15 @@ include:
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_DEPTH: 1
documentation:
before_script:
- apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null
- export OMP_NUM_THREADS=1
- !reference [.snippets, doc-prepare]
tests:
before_script:
- if [ "$TAG" == "docker" ]; then apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null; fi
- if [ "$TAG" == "docker" ]; then export OMP_NUM_THREADS=1; fi # Set the number of threads used to 1
- !reference [.snippets, test-prepare]
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