We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41d9b6 commit 07c20e8Copy full SHA for 07c20e8
src/aleph/sdk/client/authenticated_http.py
@@ -30,6 +30,7 @@
30
from aleph_message.models.execution.environment import (
31
FunctionEnvironment,
32
HypervisorType,
33
+ InstanceEnvironment,
34
MachineResources,
35
)
36
from aleph_message.models.execution.instance import RootfsVolume
@@ -539,8 +540,7 @@ async def create_instance(
539
540
content = InstanceContent(
541
address=address,
542
allow_amend=allow_amend,
- environment=FunctionEnvironment(
543
- reproducible=False,
+ environment=InstanceEnvironment(
544
internet=internet,
545
aleph_api=aleph_api,
546
hypervisor=hypervisor,
0 commit comments