forked from deepjavalibrary/djl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ef0121
commit eb59a30
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,14 @@ FROM 314815235551.dkr.ecr.us-east-2.amazonaws.com/sagemaker-spark-processing:3.5 | |
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
ARG DJL_VERSION=0.28.0 | ||
ARG DJL_VERSION=0.29.0 | ||
ARG JNA_VERSION=5.14.0 | ||
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.5.0 | ||
ARG PROTOBUF_VERSION=3.25.3 | ||
ARG PYTORCH_VERSION=2.2.2 | ||
ARG PYTORCH_VERSION=2.3.1 | ||
|
||
RUN pip3 install --no-cache-dir torch==${PYTORCH_VERSION} --index-url https://download.pytorch.org/whl/cpu | ||
RUN pip3 install --no-cache-dir pillow pandas numpy pyarrow librosa 'transformers[torch]' | ||
|