File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Some of Nucleus's features include:
6060<!-- UPDATE THIS VERSION ON EACH RELEASE (it's better than using "master") -->
6161
6262``` bash
63- pip install git+https://github.com/cortexlabs/nucleus.git@0.2.0
63+ pip install git+https://github.com/cortexlabs/nucleus.git@0.2.1
6464```
6565
6666## Example usage
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.0
3+ ENV CORTEX_MODEL_SERVER_VERSION=0.2.1
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.0
2+ ENV CORTEX_MODEL_SERVER_VERSION=0.2.1
Original file line number Diff line number Diff line change 1414
1515import setuptools
1616
17- CORTEX_MODEL_SERVER_VERSION = "0.2.0 "
17+ CORTEX_MODEL_SERVER_VERSION = "0.2.1 "
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.0 "
16+ MODEL_SERVER_VERSION = "0.2.1 "
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.0 "
20+ CORTEX_MODEL_SERVER_VERSION = "0.2.1 "
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