Skip to content

Commit

Permalink
add boto3 dependency to inferentia mxnet image (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmazonian authored Jun 8, 2022
1 parent e063284 commit 1557e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions container/Dockerfile.inf1-mx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN ${PIP} --no-cache-dir install --upgrade \
WORKDIR /

RUN ${PIP} install --no-cache-dir \
boto3 \
gluonnlp==0.10.0 \
multi-model-server==$MMS_VERSION \
keras-mxnet==2.2.4.1 \
Expand Down
1 change: 1 addition & 0 deletions container/Dockerfile.inf1-mx1.8
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN ${PIP} --no-cache-dir install --upgrade \
WORKDIR /

RUN ${PIP} install --no-cache-dir \
boto3 \
gluonnlp==0.10.0 \
multi-model-server==$MMS_VERSION \
keras-mxnet==2.2.4.1 \
Expand Down

0 comments on commit 1557e2c

Please sign in to comment.