humphd/have-fun-with-machine-learning

docker那句

zthcool opened this issue · 6 comments

原句
docker run --name digits -d -p 8080:5000 -v $(pwd)/have-fun-with-machine-learning:/data/repo /kaixhin/digits
是不是应该把kaixhin前的“/”去掉,改为
docker run --name digits -d -p 8080:5000 -v $(pwd)/have-fun-with-machine-learning:/data/repo kaixhin/digits

在繁体中文版的README_zh-tw.md教程中

Thank you for reporting.

@zthcool another user filed a similar bug not long ago, see #22, and there is an upstream issue for this NVIDIA/DIGITS#2070. I'm not sure what the underlying problem is.