https://github.com/NVIDIA/DIGITS
Raw File
Tip revision: 3ee3a50e81c3e2485bbecb6d132d9f28951ddebd authored by Ethan Tang on 21 July 2017, 22:27:38 UTC
updated digits version to 6.0.0-rc.1
Tip revision: 3ee3a50
digits-devserver
#!/bin/bash
# Copyright (c) 2016-2017, NVIDIA CORPORATION.  All rights reserved.

set -e

python2 -m digits $@
back to top