matrice-compute 0.1.45__py3-none-any.whl → 0.1.46__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.
@@ -1516,8 +1516,10 @@ def redis_setup_execute(self: ActionInstance):
1516
1516
  f"-e REDIS_PASSWORD={shlex.quote(cast(str, env_vars['REDIS_PASSWORD']))} "
1517
1517
  f"-e MATRICE_ACCESS_KEY_ID={shlex.quote(cast(str, self.matrice_access_key_id))} "
1518
1518
  f"-e MATRICE_SECRET_ACCESS_KEY={shlex.quote(cast(str, self.matrice_secret_access_key))} "
1519
+ f'-e SERVICE_CONFIG_PATH="/etc/matrice/service-config.yaml" '
1519
1520
  f"-e ENV={shlex.quote(os.environ.get('ENV', 'prod'))} "
1520
1521
  f"-v /var/run/docker.sock:/var/run/docker.sock "
1522
+ f"-v /etc/matrice/service-config.yaml:/etc/matrice/service-config.yaml "
1521
1523
  f"--shm-size=30G --pull=always "
1522
1524
  f"{self.docker_container} "
1523
1525
  f"{self.action_record_id} "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice_compute
3
- Version: 0.1.45
3
+ Version: 0.1.46
4
4
  Summary: Common server utilities for Matrice.ai services
5
5
  Author-email: "Matrice.ai" <dipendra@matrice.ai>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  matrice_compute/__init__.py,sha256=dflUMEGODPUMWpxHpIGdsDnRnoRf8qjb_rNh79mqTQw,1142
2
2
  matrice_compute/__init__.pyi,sha256=GYiGrhaEM8YSnlmj3mPCjkqJxaNe9dZZU3dmXSPL81c,61685
3
- matrice_compute/action_instance.py,sha256=Dde4qV11Z-Q3XnMBr_-2mvqfnrAGizpfKDKATigW_SU,75017
3
+ matrice_compute/action_instance.py,sha256=L_Dq5vEST4O1RkHstQDQmHruML3J5BDIwPA7OFw-dcY,75168
4
4
  matrice_compute/actions_manager.py,sha256=-_cXMpT1nY3lhFt_z56txguF9jyyh_zqYxbkoNlJ12c,18314
5
5
  matrice_compute/actions_scaledown_manager.py,sha256=sV6IIMgwRxMv3nCniLz4wYJViNpf4_0Z_xbiGu0uRfQ,2210
6
6
  matrice_compute/compute_operations_handler.py,sha256=amcMhmXtv2irE6qK8Vbgec_8uFqjWmVVp0VWq-73_MU,17781
@@ -13,8 +13,8 @@ matrice_compute/resources_tracker.py,sha256=7lOkQoaOI85Hs5Q5r1TJAD2y5qsVpaHmX_Y8
13
13
  matrice_compute/scaling.py,sha256=NTFfZ_rEFpUv1552p6D_kbCwY9pQar-m6405I19IOyg,56379
14
14
  matrice_compute/shutdown_manager.py,sha256=rnP9Qes6JJKDnebmBC9rqkH__X9a8TMjhWQPWoOQKFs,13232
15
15
  matrice_compute/task_utils.py,sha256=hJA_omHHGcSMcshreoQ4GEDf6SZauz8BvgNRzcAH-UU,5069
16
- matrice_compute-0.1.45.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
17
- matrice_compute-0.1.45.dist-info/METADATA,sha256=_BorL-LTPoh4zzTNFvXY4LFFgEowLjfFqE655Dx1y4o,1024
18
- matrice_compute-0.1.45.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
- matrice_compute-0.1.45.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
20
- matrice_compute-0.1.45.dist-info/RECORD,,
16
+ matrice_compute-0.1.46.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
17
+ matrice_compute-0.1.46.dist-info/METADATA,sha256=b0q1qBlrbG_tHH9mI-qX7jcqYetjZ8cHxVY_AbbB5P8,1024
18
+ matrice_compute-0.1.46.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
+ matrice_compute-0.1.46.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
20
+ matrice_compute-0.1.46.dist-info/RECORD,,