Skip to content

Commit 5368a77

Browse files
committed
Update OVHcloud instance image to Ubuntu 25.04 due to abysmal memory performance on Ubuntu 24.04.
1 parent 303afaa commit 5368a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sparecores-runner"
7-
version = "0.0.34"
7+
version = "0.0.35"
88
requires-python = ">= 3.9"
99
dependencies = [
1010
"click",

src/sc_runner/resources/ovh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def resources_ovh(
5555
] = os.environ.get("INSTANCE_TYPE", "c3-4"),
5656
image_name: Annotated[
5757
str, DefaultOpt(["--image-name"], type=str, help="Boot image name")
58-
] = "Ubuntu 24.04",
58+
] = "Ubuntu 25.04",
5959
instance_opts: Annotated[
6060
str,
6161
DefaultOpt(

0 commit comments

Comments
 (0)