Skip to content

Commit

Permalink
[docker] Fixes ImageFactory visualization error (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Oct 8, 2024
1 parent 21800b2 commit bd0db03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serving/docker/scripts/install_djl_serving.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if [ -z "$PYTORCH_JNI" ]; then
jq \
unzip \
ca-certificates \
fontconfig \
vim
# add corretto https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/generic-linux-install.html
wget -O - https://apt.corretto.aws/corretto.key | gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg &&
Expand Down

0 comments on commit bd0db03

Please sign in to comment.