Problem running digits server: 'No module named digits'
pogopaule opened this issue · 1 comments
pogopaule commented
Running docker run --rm -p 8080:5000 kaixhin/digits
gives me /usr/bin/python: No module named digits
.
Running
docker run -it --rm kaixhin/digits bash
cd /root/digits/
pip install -r requirements.txt
/root/digits/digits-devserver
fixes the problem and the digits server start.
So is there a problem with the digits image?
vuhailuyen1991 commented
Same issue here.