aap-utils 0.1.21__py3-none-any.whl → 0.1.23__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.
- aap_utils/register.py +1 -1
- {aap_utils-0.1.21.dist-info → aap_utils-0.1.23.dist-info}/METADATA +1 -1
- aap_utils-0.1.23.dist-info/RECORD +6 -0
- aap_utils-0.1.21.dist-info/RECORD +0 -6
- {aap_utils-0.1.21.dist-info → aap_utils-0.1.23.dist-info}/WHEEL +0 -0
- {aap_utils-0.1.21.dist-info → aap_utils-0.1.23.dist-info}/top_level.txt +0 -0
aap_utils/register.py
CHANGED
@@ -92,4 +92,4 @@ def get_mlflow_url(domain_name = "aiplatform.vcntt.tech"):
|
|
92
92
|
kernel_namespace = os.getenv("KERNEL_NAMESPACE", "default_namespace") # Default if not set
|
93
93
|
mlflow_url = f"https://{kernel_namespace.replace('machinelearning', 'appmachine')}.{domain_name}/private/mlflow"
|
94
94
|
|
95
|
-
return os.environ.get('MLFLOW_URI') mlflow_url
|
95
|
+
return os.environ.get('MLFLOW_URI'), mlflow_url
|
@@ -0,0 +1,6 @@
|
|
1
|
+
aap_utils/__init__.py,sha256=Px9phm-1DU2yq-wUjKg9zEmRWbcLpWAYG-9AlnNVmCc,105
|
2
|
+
aap_utils/register.py,sha256=J9tukByU1mcy4SoaJOoGY8jjzL9JMuNTZGtCBSwwon0,3823
|
3
|
+
aap_utils-0.1.23.dist-info/METADATA,sha256=lp-erim0YMxlnZQ_z_rBBD6enwK_A1QwiN2WZvm-FkI,347
|
4
|
+
aap_utils-0.1.23.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
5
|
+
aap_utils-0.1.23.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
6
|
+
aap_utils-0.1.23.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
aap_utils/__init__.py,sha256=Px9phm-1DU2yq-wUjKg9zEmRWbcLpWAYG-9AlnNVmCc,105
|
2
|
-
aap_utils/register.py,sha256=-vftTcE0Ii8TQnaev5cH3vpxPvlDQjnin-OBtgl7be4,3822
|
3
|
-
aap_utils-0.1.21.dist-info/METADATA,sha256=Qtk-A2DqnEUHISzhRn1G3VcBSLiENVDQwjUACnRiSS4,347
|
4
|
-
aap_utils-0.1.21.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
5
|
-
aap_utils-0.1.21.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
6
|
-
aap_utils-0.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|