File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
examples/simple_text_classifier Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22package_name = 'label-studio-ml'
33
44# Package version
5- __version__ = '1.0.7'
5+ __version__ = '1.0.7.rc1 '
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt
1010
1111COPY . ./
1212
13- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app
13+ CMD exec gunicorn --preload -- bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt
1010
1111COPY . ./
1212
13- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app
13+ CMD exec gunicorn --preload -- bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app
Original file line number Diff line number Diff line change 11gunicorn == 20.1.0
2- label-studio-ml == 1.0.4
2+ label-studio-ml == 1.0.7.rc0
33rq == 1.10.1
4- scikit-learn == 0.24.1
4+ scikit-learn == 0.24.1
5+ Jinja2 == 3.0.3
6+ itsdangerous == 2.0.1
7+ werkzeug == 2.0.2
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ attr==0.3.1
22attrs >= 19.2.0
33appdirs >= 1.4.3
44colorama >= 0.4.4
5- Flask == 1.1.4
5+ Flask == 1.1.2
66lxml >= 4.2.5
77Pillow
88requests >= 2.22.0 ,< 3
99scikit-learn == 0.24.1
10- label-studio-tools == 0.0.0.dev11
10+ label-studio-tools == 0.0.0.dev11
11+ Jinja2 == 3.0.3
12+ itsdangerous == 2.0.1
13+ werkzeug == 2.0.2
You can’t perform that action at this time.
0 commit comments