Skip to content

Commit

Permalink
Fix: Default runtime was obsolete
Browse files Browse the repository at this point in the history
We released a new runtime based on Debian 12.

This changes the default configuration to use the new runtime.
  • Loading branch information
hoh committed Oct 5, 2023
1 parent d95e5fa commit 6b071f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/aleph/sdk/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ class Settings(BaseSettings):
REMOTE_CRYPTO_UNIX_SOCKET: Optional[str] = None
ADDRESS_TO_USE: Optional[str] = None

DEFAULT_RUNTIME_ID: str = (
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
)
DEFAULT_RUNTIME_ID: str = "f873715dc2feec3833074bd4b8745363a0e0093746b987b4c8191268883b2463" # Debian 12 official runtime
DEFAULT_VM_MEMORY: int = 256
DEFAULT_VM_VCPUS: int = 1
DEFAULT_VM_TIMEOUT: float = 30.0
Expand Down

0 comments on commit 6b071f8

Please sign in to comment.