Skip to content
Snippets Groups Projects
Commit ce12edba authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[gitlab-ci] Add missing libgl package when building in docker

parent 29312e48
No related branches found
No related tags found
2 merge requests!18Update tests,!16Make square centre-padding a model transform
Pipeline #84283 failed
......@@ -25,3 +25,8 @@ tests:
# for pytorch quirks on linux
- if [ "$TAG" == "docker" ]; then export OMP_NUM_THREADS=1; fi # Set the number of threads used to 1
- !reference [.snippets, test-prepare]
conda-package:
before_script:
# for opencv-python dependence
- if [ "$TAG" == "docker" ]; then apt-get update && apt-get install -y libgl1-mesa-glx > /dev/null; fi
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