Skip to content

Commit

Permalink
CI: Fix paddle dockerfile add opencv deps
Browse files Browse the repository at this point in the history
[skip torch] [skip tf] [skip mxnet]
  • Loading branch information
AnirudhDagar committed Aug 9, 2023
1 parent 75dfd08 commit be5d027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/Dockerfile.d2l-zh-paddle
Expand Up @@ -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
Expand Down

0 comments on commit be5d027

Please sign in to comment.