Skip to content

Commit

Permalink
chore: Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 30, 2024
1 parent e1fa87d commit fa39d8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/manager/scheduler_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
agent_selection_resource_priority: Final = ["cuda", "rocm", "tpu", "cpu", "mem"]

common_image_ref: Final = ImageRef(
"lablup/python:3.6-ubunt18.04",
["*"],
name="python",
project="lablup",
tag="3.6-ubuntu18.04",
registry="index.docker.io",
architecture=ARCH_FOR_TEST,
is_local=False,
)

example_group_id = uuid4()
Expand Down

0 comments on commit fa39d8d

Please sign in to comment.