Skip to content

Commit

Permalink
fix multi_model_catboost.ipynb (aws#3561)
Browse files Browse the repository at this point in the history
Co-authored-by: EC2 Default User <[email protected]>
  • Loading branch information
atqy and EC2 Default User committed Oct 28, 2022
1 parent 6cdf144 commit f59e088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \
python3 \
vim \
&& rm -rf /var/lib/apt/lists/* \
&& curl -O https://bootstrap.pypa.io/pip/3.7/get-pip.py \
&& curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py \
&& python3 get-pip.py

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"metadata": {},
"source": [
"### Invoke just one of models 1000 times \n",
"Since the models will be in memory and loaded, these invocations will not have any latency \n"
"Since the models are in memory and loaded, these invocations should not have any latency \n"
]
},
{
Expand Down

0 comments on commit f59e088

Please sign in to comment.