File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ dill==0.3.1.1
145145fastapi==0.54.1
146146joblib==0.16.0
147147msgpack==1.0.0
148- neuron-cc==1.0.18001 .0+0.5312e6a21
148+ neuron-cc==1.0.20600 .0+0.b426b885f
149149nltk==3.5
150150np-utils==0.5.12.1
151151numpy==1.18.2
@@ -160,10 +160,10 @@ scipy==1.3.2
160160six==1.15.0
161161statsmodels==0.12.0
162162sympy==1.6.2
163- tensorflow==1.15.3
164- tensorflow-neuron==1.15.3.1.0.1965 .0
163+ tensorflow==1.15.4
164+ tensorflow-neuron==1.15.3.1.0.2043 .0
165165torch==1.5.1
166- torch-neuron==1.5.1.1.0.1532 .0
166+ torch-neuron==1.5.1.1.0.1721 .0
167167torchvision==0.6.1
168168```
169169
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ dill==0.3.1.1
180180fastapi==0.54.1
181181joblib==0.16.0
182182msgpack==1.0.0
183- neuron-cc==1.0.18001 .0+0.5312e6a21
183+ neuron-cc==1.0.20600 .0+0.b426b885f
184184nltk==3.5
185185np-utils==0.5.12.1
186186numpy==1.18.2
@@ -195,10 +195,10 @@ scipy==1.3.2
195195six==1.15.0
196196statsmodels==0.12.0
197197sympy==1.6.2
198- tensorflow==1.15.3
199- tensorflow-neuron==1.15.3.1.0.1965 .0
198+ tensorflow==1.15.4
199+ tensorflow-neuron==1.15.3.1.0.2043 .0
200200torch==1.5.1
201- torch-neuron==1.5.1.1.0.1532 .0
201+ torch-neuron==1.5.1.1.0.1721 .0
202202torchvision==0.6.1
203203```
204204
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ enabled=1' > /etc/yum.repos.d/neuron.repo
99RUN rpm --import https://yum.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB
1010
1111RUN yum install -y \
12- aws-neuron-tools-1.0.10616 .0 \
13- aws-neuron-runtime-1.0.9197 .0 \
12+ aws-neuron-tools-1.0.11054 .0 \
13+ aws-neuron-runtime-1.0.9592 .0 \
1414 procps-ng-3.3.10-26.amzn2.x86_64 \
1515 gzip \
1616 tar
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apt-get update -qq && apt-get install -y -q \
66 echo "deb https://apt.repos.neuron.amazonaws.com bionic main" >> /etc/apt/sources.list.d/neuron.list && \
77 wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB | apt-key add - && \
88 apt-get update -qq && apt-get install -y -q \
9- aws-neuron-tools=1.0.10616 .0 \
10- aws-neuron-runtime=1.0.9197 .0 && \
9+ aws-neuron-tools=1.1.228 .0 \
10+ aws-neuron-runtime=1.1.1402 .0 && \
1111 apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1212
1313ENV PATH=/opt/aws/neuron/bin/:$PATH
@@ -74,9 +74,9 @@ RUN test "${SLIM}" = "true" || ( \
7474 libxtst6 \
7575 && apt-get clean -qq && rm -rf /var/lib/apt/lists/* \
7676 && pip install --no-cache-dir --extra-index-url https://pip.repos.neuron.amazonaws.com \
77- neuron-cc==1.0.18001 .0+0.5312e6a21 \
78- tensorflow-neuron==1.15.3.1.0.1965 .0 \
79- torch-neuron==1.5.1.1.0.1532 .0 \
77+ neuron-cc==1.0.20600 .0+0.b426b885f \
78+ tensorflow-neuron==1.15.3.1.0.2043 .0 \
79+ torch-neuron==1.5.1.1.0.1721 .0 \
8080 numpy==1.18.2 \
8181 scipy==1.3.2 \
8282 six==1.15.0 \
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN apt-get update -qq && apt-get install -y -q \
1010 echo "deb https://apt.repos.neuron.amazonaws.com bionic main" >> /etc/apt/sources.list.d/neuron.list && \
1111 wget -qO - https://apt.repos.neuron.amazonaws.com/GPG-PUB-KEY-AMAZON-AWS-NEURON.PUB | apt-key add - && \
1212 apt-get update -qq && apt-get install -y -q \
13- aws-neuron-tools=1.0.10616 .0 \
14- aws-neuron-runtime=1.0.9197 .0 \
15- tensorflow-model-server-neuron=1.15.0.1.0.1965 .0 && \
13+ aws-neuron-tools=1.1.228 .0 \
14+ aws-neuron-runtime=1.1.1402 .0 \
15+ tensorflow-model-server-neuron=1.15.0.1.0.2043 .0 && \
1616 apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1717
1818ENV PATH=/opt/aws/neuron/bin/:$PATH
You can’t perform that action at this time.
0 commit comments