Skip to content

Commit

Permalink
bug: fix missing function in example mnist (#589)
Browse files Browse the repository at this point in the history
* why it disappeared?

Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>

* fix

Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
  • Loading branch information
VoVAllen authored Jul 11, 2022
1 parent 67b4e5d commit 54dfc52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/mnist/build.envd
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ def build():
])
shell("zsh")
config.jupyter(password="", port=8888)

def build_gpu():
build()
install.cuda(version="11.6", cudnn="8")

0 comments on commit 54dfc52

Please sign in to comment.