Cloud-CV / DIGITS

The version of DIGITS supported by CloudCV as a part of its services. Originally from the Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Prefix '/digits' added to urls #2

Closed deshraj closed 9 years ago

deshraj commented 9 years ago

NAMESPACE variable has been modified to "/digits". Also, other urls that don't have NAMESPACE as prefix, '/digits' is added as prefix to them. In webapp.py file, the static files will now be available at '/digits/static' instead of '/static'.

(Note: The static files of DIGITS Server will only be available at '/digits/static'.)