Skip to content

Commit

Permalink
[spark] Update javacv version to 1.5.9 for spark docker (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Jul 14, 2023
1 parent c588841 commit ef1147b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ LABEL maintainer="djl-dev@amazon.com"
# Install dependencies
ARG DJL_VERSION=0.23.0
ARG JNA_VERSION=5.13.0
ARG JAVACV_VERSION=1.5.8
ARG JAVACPP_VERSION=1.5.8
ARG FFMPEG_VERSION=5.1.2-1.5.8
ARG JAVACV_VERSION=1.5.9
ARG JAVACPP_VERSION=1.5.9
ARG FFMPEG_VERSION=6.0-1.5.9
ARG TENSORFLOW_CORE_VERSION=0.4.2
ARG PROTOBUF_VERSION=3.22.2
ARG PYTORCH_VERSION=1.13.1
Expand Down

0 comments on commit ef1147b

Please sign in to comment.