Skip to content

Commit

Permalink
fix: cuda tag (#949)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>

Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Sep 28, 2022
1 parent 0a4c272 commit d16a975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-images/remote-cache/build.envd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ def build():

def build_gpu():
base(os="ubuntu20.04", language="python3")
install.cuda(version="11.2", cudnn="8")
install.cuda(version="11.2.0", cudnn="8")
2 changes: 1 addition & 1 deletion pkg/lang/ir/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (g Graph) compileCopy(root llb.State) llb.State {

func (g *Graph) compileCUDAPackages(org string) llb.State {
return g.preparePythonBase(llb.Image(fmt.Sprintf(
"docker.io/%s/%s-cudnn%s-devel-%s",
"docker.io/%s:%s-cudnn%s-devel-%s",
org, *g.CUDA, *g.CUDNN, g.OS)))
}

Expand Down

0 comments on commit d16a975

Please sign in to comment.