Skip to content

Commit

Permalink
fix: set config file env (#401)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored Sep 27, 2024
1 parent a1c0cb1 commit b4d52b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aikit2llb/inference/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func emptyImage(c *config.InferenceConfig, platform *specs.Platform) *specs.Imag

img.Config.Env = []string{
"PATH=" + system.DefaultPathEnv(utils.PlatformLinux),
"CONFIG_FILE=/config.yaml",
}

cudaEnv := []string{
Expand Down

0 comments on commit b4d52b5

Please sign in to comment.