matrice-compute 0.1.40__py3-none-any.whl → 0.1.41__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.
- matrice_compute/action_instance.py +1 -1
- {matrice_compute-0.1.40.dist-info → matrice_compute-0.1.41.dist-info}/METADATA +1 -1
- {matrice_compute-0.1.40.dist-info → matrice_compute-0.1.41.dist-info}/RECORD +6 -6
- {matrice_compute-0.1.40.dist-info → matrice_compute-0.1.41.dist-info}/WHEEL +0 -0
- {matrice_compute-0.1.40.dist-info → matrice_compute-0.1.41.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice_compute-0.1.40.dist-info → matrice_compute-0.1.41.dist-info}/top_level.txt +0 -0
|
@@ -431,7 +431,7 @@ class ActionInstance:
|
|
|
431
431
|
use_restart_policy = ""
|
|
432
432
|
|
|
433
433
|
cmd_parts = [
|
|
434
|
-
f"docker run {use_gpu} {use_restart_policy} ",
|
|
434
|
+
f"docker run -d {use_gpu} {use_restart_policy} ",
|
|
435
435
|
network_config,
|
|
436
436
|
*[f"-e {key}={shlex.quote(str(value))}" for key, value in env_vars.items()],
|
|
437
437
|
*volumes,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
matrice_compute/__init__.py,sha256=YZhx7rQlD1TAlhBMbsU3_Xp-tpLyTAxWZDcQvqmwR2g,723
|
|
2
|
-
matrice_compute/action_instance.py,sha256=
|
|
2
|
+
matrice_compute/action_instance.py,sha256=7T25pP05WkHHcfGM1TpT_lpLhukVJR68Dsoa9Seffjc,75946
|
|
3
3
|
matrice_compute/actions_manager.py,sha256=a_TulMnu462xc0t_A-Mpug5zhQTmtpjiv7mhiC_IAVw,18280
|
|
4
4
|
matrice_compute/actions_scaledown_manager.py,sha256=pJ0nduNwHWZ10GnqJNx0Ok7cVWabQ_M8E2Vb9pH3A_k,2002
|
|
5
5
|
matrice_compute/compute_operations_handler.py,sha256=amcMhmXtv2irE6qK8Vbgec_8uFqjWmVVp0VWq-73_MU,17781
|
|
@@ -11,8 +11,8 @@ matrice_compute/resources_tracker.py,sha256=AG_lnxoSi1TIDD0atBybntGyvyenwmP7sGCf
|
|
|
11
11
|
matrice_compute/scaling.py,sha256=UQDI8wN9JEKafvUVPF0Pk9XmhKlbMkeu16AZyyOuSE8,55147
|
|
12
12
|
matrice_compute/shutdown_manager.py,sha256=rnP9Qes6JJKDnebmBC9rqkH__X9a8TMjhWQPWoOQKFs,13232
|
|
13
13
|
matrice_compute/task_utils.py,sha256=3qIutiQdYPyGRxH9ZwLbqdg8sZcnp6jp08pszWCRFl0,2820
|
|
14
|
-
matrice_compute-0.1.
|
|
15
|
-
matrice_compute-0.1.
|
|
16
|
-
matrice_compute-0.1.
|
|
17
|
-
matrice_compute-0.1.
|
|
18
|
-
matrice_compute-0.1.
|
|
14
|
+
matrice_compute-0.1.41.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
|
|
15
|
+
matrice_compute-0.1.41.dist-info/METADATA,sha256=SDamr59U-ZhWg9gfBCwjWfQNMKEnJKFARqH_5wzriDE,1038
|
|
16
|
+
matrice_compute-0.1.41.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
matrice_compute-0.1.41.dist-info/top_level.txt,sha256=63Plr3L1GzBUWZO5JZaFkiv8IcB10xUPU-9w3i6ptvE,16
|
|
18
|
+
matrice_compute-0.1.41.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|