Fixed shi_welder (wrong path to Git repos).

This commit is contained in:
antux18 2024-07-24 16:17:11 +02:00
parent 8687bb03f4
commit aab563fbfe

View File

@ -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 = [
{