mlrun 1.7.2__py3-none-any.whl → 1.7.2rc3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- mlrun/runtimes/nuclio/function.py +0 -1
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/METADATA +2 -14
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/RECORD +8 -8
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/WHEEL +1 -1
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/LICENSE +0 -0
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/entry_points.txt +0 -0
- {mlrun-1.7.2.dist-info → mlrun-1.7.2rc3.dist-info}/top_level.txt +0 -0
|
@@ -1003,7 +1003,6 @@ class RemoteRuntime(KubeResource):
|
|
|
1003
1003
|
):
|
|
1004
1004
|
"""
|
|
1005
1005
|
Add a sidecar container to the function pod
|
|
1006
|
-
|
|
1007
1006
|
:param name: Sidecar container name.
|
|
1008
1007
|
:param image: Sidecar container image.
|
|
1009
1008
|
:param ports: Sidecar container ports to expose. Can be a single port or a list of ports.
|
mlrun/utils/version/version.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: mlrun
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2rc3
|
|
4
4
|
Summary: Tracking and config of machine learning runs
|
|
5
5
|
Home-page: https://github.com/mlrun/mlrun
|
|
6
6
|
Author: Yaron Haviv
|
|
@@ -214,18 +214,6 @@ Requires-Dist: taos-ws-py==0.3.2; extra == "complete-api"
|
|
|
214
214
|
Requires-Dist: taoswswrap~=0.2.0; extra == "complete-api"
|
|
215
215
|
Requires-Dist: timelength~=1.1; extra == "complete-api"
|
|
216
216
|
Requires-Dist: uvicorn~=0.27.1; extra == "complete-api"
|
|
217
|
-
Dynamic: author
|
|
218
|
-
Dynamic: author-email
|
|
219
|
-
Dynamic: classifier
|
|
220
|
-
Dynamic: description
|
|
221
|
-
Dynamic: description-content-type
|
|
222
|
-
Dynamic: home-page
|
|
223
|
-
Dynamic: keywords
|
|
224
|
-
Dynamic: license
|
|
225
|
-
Dynamic: provides-extra
|
|
226
|
-
Dynamic: requires-dist
|
|
227
|
-
Dynamic: requires-python
|
|
228
|
-
Dynamic: summary
|
|
229
217
|
|
|
230
218
|
<a id="top"></a>
|
|
231
219
|
[](https://github.com/mlrun/mlrun/actions/workflows/build.yaml?query=branch%3Adevelopment)
|
|
@@ -294,7 +294,7 @@ mlrun/runtimes/mpijob/abstract.py,sha256=kDWo-IY1FKLZhI30j38Xx9HMhlUvHezfd1DT2Sh
|
|
|
294
294
|
mlrun/runtimes/mpijob/v1.py,sha256=1XQZC7AIMGX_AQCbApcwpH8I7y39-v0v2O35MvxjXoo,3213
|
|
295
295
|
mlrun/runtimes/nuclio/__init__.py,sha256=gx1kizzKv8pGT5TNloN1js1hdbxqDw3rM90sLVYVffY,794
|
|
296
296
|
mlrun/runtimes/nuclio/api_gateway.py,sha256=oQRSOvqtODKCzT2LqlqSXZbq2vcZ7epsFZwO9jvarhc,26899
|
|
297
|
-
mlrun/runtimes/nuclio/function.py,sha256=
|
|
297
|
+
mlrun/runtimes/nuclio/function.py,sha256=jtwtD9xfH3261cuekuHT97oBhNDqjBXCzHgQ2Y6IYs8,52184
|
|
298
298
|
mlrun/runtimes/nuclio/nuclio.py,sha256=sLK8KdGO1LbftlL3HqPZlFOFTAAuxJACZCVl1c0Ha6E,2942
|
|
299
299
|
mlrun/runtimes/nuclio/serving.py,sha256=L1Tz5EZyo8JZmUBNmIRYL9AoWfqSm4zLQQ9DWbnlmp8,29726
|
|
300
300
|
mlrun/runtimes/nuclio/application/__init__.py,sha256=rRs5vasy_G9IyoTpYIjYDafGoL6ifFBKgBtsXn31Atw,614
|
|
@@ -341,11 +341,11 @@ mlrun/utils/notifications/notification/ipython.py,sha256=ZtVL30B_Ha0VGoo4LxO-voT
|
|
|
341
341
|
mlrun/utils/notifications/notification/slack.py,sha256=wqpFGr5BTvFO5KuUSzFfxsgmyU1Ohq7fbrGeNe9TXOk,7006
|
|
342
342
|
mlrun/utils/notifications/notification/webhook.py,sha256=ux-KGV0mjFtpgq5NvgMhNfjjMZwlVjpQKNBDFvRJKBo,4841
|
|
343
343
|
mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
|
|
344
|
-
mlrun/utils/version/version.json,sha256=
|
|
344
|
+
mlrun/utils/version/version.json,sha256=tXyLyaj-oqIunewjazCj0NU4jQGIy1cB9Kh9K9g_5AY,88
|
|
345
345
|
mlrun/utils/version/version.py,sha256=eEW0tqIAkU9Xifxv8Z9_qsYnNhn3YH7NRAfM-pPLt1g,1878
|
|
346
|
-
mlrun-1.7.
|
|
347
|
-
mlrun-1.7.
|
|
348
|
-
mlrun-1.7.
|
|
349
|
-
mlrun-1.7.
|
|
350
|
-
mlrun-1.7.
|
|
351
|
-
mlrun-1.7.
|
|
346
|
+
mlrun-1.7.2rc3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
347
|
+
mlrun-1.7.2rc3.dist-info/METADATA,sha256=eFKRh0Nnt0IZ6fOD7VIUf-iRxCZEUHt0ywZLbqaHu7w,24167
|
|
348
|
+
mlrun-1.7.2rc3.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
349
|
+
mlrun-1.7.2rc3.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
|
|
350
|
+
mlrun-1.7.2rc3.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
351
|
+
mlrun-1.7.2rc3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|