Skip to content

Commit

Permalink
CI: Fix d2l-zh-paddle dockerfile opencv requirement
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 54f324a commit 75dfd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.d2l-zh-paddle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USER ci
ENV PATH="/home/ci/.local/bin:$PATH"

# Install d2lbook using pip + paddlepaddle dependencies
RUN pip3 install git+https://github.com/d2l-ai/d2l-book opencv-python==4.6.0.66
RUN pip3 install git+https://github.com/d2l-ai/d2l-book "opencv-python==4.6.0.66"

# Python script to print framework versions
ADD print_versions.py .
Expand Down

0 comments on commit 75dfd08

Please sign in to comment.