Fixed shi_welder (wrong path to Git repos).
This commit is contained in:
parent
8687bb03f4
commit
aab563fbfe
@ -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 = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user