From aab563fbfe0578163b84621743b8bd29c614f066 Mon Sep 17 00:00:00 2001 From: antux18 Date: Wed, 24 Jul 2024 16:17:11 +0200 Subject: [PATCH] Fixed shi_welder (wrong path to Git repos). --- artifacts/nickel/shi_welder.ncl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacts/nickel/shi_welder.ncl b/artifacts/nickel/shi_welder.ncl index 9fc728c..b9ac90f 100644 --- a/artifacts/nickel/shi_welder.ncl +++ b/artifacts/nickel/shi_welder.ncl @@ -7,9 +7,9 @@ dockerfile_location = "nnfusion-osdi2023welder", package_managers = [ "dpkg", "pip", "conda" ], git_packages = [ - { name = "tvm", location = "/tvm" }, - { name = "nnfusion", location = "/nnfusion" }, - { name = "cutlass", location = "/cutlass" } + { name = "tvm", location = "/root/tvm" }, + { name = "nnfusion", location = "/root/nnfusion" }, + { name = "cutlass", location = "/root/cutlass" } ], misc_packages = [ {