diff --git a/ci/docker/Dockerfile.d2l-zh-paddle b/ci/docker/Dockerfile.d2l-zh-paddle index 07be02ac5..499a3090b 100644 --- a/ci/docker/Dockerfile.d2l-zh-paddle +++ b/ci/docker/Dockerfile.d2l-zh-paddle @@ -8,6 +8,9 @@ WORKDIR /home/ci ADD d2l_job.sh . RUN chmod +x d2l_job.sh; chown ci d2l_job.sh +# opencv dependencies required by paddle +RUN apt-get update && apt-get install libgl1 -y + # Copy git timesync for caching ADD git-timesync /home/ci/.local/bin/ RUN chmod +x /home/ci/.local/bin/git-timesync