[docker] Pin matplotlib, fix docker build (#17819)

This commit is contained in:
Kai Fricke 2021-08-13 14:59:50 +01:00 committed by GitHub
parent 9d5c68ff55
commit 96b620bc01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,9 @@ if setup_spec.type == SetupType.RAY:
"dm_tree",
"gym",
"lz4",
# matplotlib (dependency of scikit-image) 3.4.3 breaks docker build
# Todo: Remove this when safe?
"matplotlib!=3.4.3",
"scikit-image",
"pyyaml",
"scipy",