File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# to replace when building the dockerfile
22FROM $BASE_IMAGE
3- ENV CORTEX_MODEL_SERVER_VERSION=0.2.1
3+ ENV CORTEX_MODEL_SERVER_VERSION=0.2.2
44
55RUN apt-get update -qq && apt-get install -y -q \
66 build-essential \
Original file line number Diff line number Diff line change 11FROM $BASE_IMAGE
2- ENV CORTEX_MODEL_SERVER_VERSION=0.2.1
2+ ENV CORTEX_MODEL_SERVER_VERSION=0.2.2
Original file line number Diff line number Diff line change 1414
1515import setuptools
1616
17- CORTEX_MODEL_SERVER_VERSION = "0.2.1 "
17+ CORTEX_MODEL_SERVER_VERSION = "0.2.2 "
1818
1919with open ("requirements.txt" ) as fp :
2020 install_requires = fp .read ()
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515SINGLE_MODEL_NAME = "_cortex_default"
16- MODEL_SERVER_VERSION = "0.2.1 "
16+ MODEL_SERVER_VERSION = "0.2.2 "
Original file line number Diff line number Diff line change 1717import pkg_resources
1818from setuptools import setup , find_packages
1919
20- CORTEX_MODEL_SERVER_VERSION = "0.2.1 "
20+ CORTEX_MODEL_SERVER_VERSION = "0.2.2 "
2121
2222with pathlib .Path ("cortex_internal.requirements.txt" ).open () as requirements_txt :
2323 install_requires = [
You can’t perform that action at this time.
0 commit comments