DockerFile for Mac users to run DeepfaceLab with CPU Mode (#95)

* fix localization nullpointer exception

* fix devicelib error line:61,remove e

* support create docker from cpu dockerfile

* support preview or not when train(resolve cannot connect to X server)
This commit is contained in:
Plucky 2019-01-01 22:08:21 +08:00 committed by iperov
parent 46bda1d683
commit a8694b73f0
11 changed files with 247 additions and 9 deletions

View file

@ -58,7 +58,7 @@ class devicelib:
try:
nvmlInit()
nvmlShutdown()
except e:
except:
return False
return True