From 2f49f88318c59d644bb6d329b3259d3ec48e1e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Mon, 14 Oct 2024 19:06:06 +0200 Subject: [PATCH] chore(ci): install runner as user on remote machine --- ci/slab.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/slab.toml b/ci/slab.toml index 5db5621..513defe 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -4,11 +4,13 @@ region = "eu-west-3" image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04 instance_type = "t3.2xlarge" +user = "ubuntu" [backend.hyperstack.ci-test] environment_name = "canada" image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2" flavor_name = "m" +user = "ubuntu" [profile] [command]