blaxel 0.2.1rc71__py3-none-any.whl → 0.2.1rc72__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.
- blaxel/core/sandbox/sandbox.py +2 -0
- {blaxel-0.2.1rc71.dist-info → blaxel-0.2.1rc72.dist-info}/METADATA +1 -1
- {blaxel-0.2.1rc71.dist-info → blaxel-0.2.1rc72.dist-info}/RECORD +5 -5
- {blaxel-0.2.1rc71.dist-info → blaxel-0.2.1rc72.dist-info}/WHEEL +0 -0
- {blaxel-0.2.1rc71.dist-info → blaxel-0.2.1rc72.dist-info}/licenses/LICENSE +0 -0
blaxel/core/sandbox/sandbox.py
CHANGED
@@ -82,6 +82,8 @@ class SandboxInstance:
|
|
82
82
|
if not sandbox.spec.runtime:
|
83
83
|
sandbox.spec.runtime = Runtime(image="blaxel/prod-base:latest")
|
84
84
|
|
85
|
+
sandbox.spec.runtime.image = sandbox.spec.runtime.image or "blaxel/prod-base:latest"
|
86
|
+
sandbox.spec.runtime.memory = sandbox.spec.runtime.memory or 4096
|
85
87
|
sandbox.spec.runtime.generation = sandbox.spec.runtime.generation or "mk3"
|
86
88
|
|
87
89
|
response = await create_sandbox(
|
@@ -310,7 +310,7 @@ blaxel/core/sandbox/filesystem.py,sha256=dyIvDdlPZO0ijD6mXXX8Yl0t75VijQ6_uMz_9rJ
|
|
310
310
|
blaxel/core/sandbox/network.py,sha256=P5jLd4AAg1zgyIK4qGWvZaDZ5BzIcxRx2ffz_JLsLMI,357
|
311
311
|
blaxel/core/sandbox/preview.py,sha256=M6FulOxPghUBpb5fLxu1Rd3ekLeCbZ_dgt4s1X2Cneo,5354
|
312
312
|
blaxel/core/sandbox/process.py,sha256=FahDx-FOqXPV3ajVI6aKdXqx4Oi4fK3egojHjTGy8ro,6705
|
313
|
-
blaxel/core/sandbox/sandbox.py,sha256=
|
313
|
+
blaxel/core/sandbox/sandbox.py,sha256=tsRGvkb2dnGM5pmOiIxWvOmT42P9BDXWtW3h6_CIffI,5802
|
314
314
|
blaxel/core/sandbox/session.py,sha256=4SH1tyXcQ9UqJx4lMwxAlp7x9Te_anDrdSEG6AlNkvU,4496
|
315
315
|
blaxel/core/sandbox/types.py,sha256=gmNAt8x7PrJZHpw2_2aWWDE5uG6H-uEgdIKTYIw4G0g,2981
|
316
316
|
blaxel/core/sandbox/client/__init__.py,sha256=N26bD5o1jsTb48oExow6Rgivd8ylaU9jaWZfZsVilP8,128
|
@@ -402,7 +402,7 @@ blaxel/telemetry/instrumentation/map.py,sha256=PCzZJj39yiYVYJrxLBNP-NW-tjjYyTijw
|
|
402
402
|
blaxel/telemetry/instrumentation/utils.py,sha256=KInMYZH-mu9_wvetmf0EmgrfN3Sw8IWk2Y95v2u90_U,1901
|
403
403
|
blaxel/telemetry/log/log.py,sha256=RvQByRjZMoP_dRaAZu8oK6DTegsHs-xV4W-UIqis6CA,2461
|
404
404
|
blaxel/telemetry/log/logger.py,sha256=NPAS3g82ryROjvc_DEZaTIfrcehoLEZoP-JkLxADxc0,4113
|
405
|
-
blaxel-0.2.
|
406
|
-
blaxel-0.2.
|
407
|
-
blaxel-0.2.
|
408
|
-
blaxel-0.2.
|
405
|
+
blaxel-0.2.1rc72.dist-info/METADATA,sha256=_s4a8QbC9FoAHIggS4-uyWKl6YFP9GbEDmTuaWV4Yks,9879
|
406
|
+
blaxel-0.2.1rc72.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
407
|
+
blaxel-0.2.1rc72.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
408
|
+
blaxel-0.2.1rc72.dist-info/RECORD,,
|
File without changes
|
File without changes
|