This is lite idc demo, full demo is here
docker run -d --name demo-idc-lite -p 8000:8000 playniuniu/demo-idc-lite
This demo use python3 and flask, install from requirements.txt
python3 -m venv env/
./env/bin/pip install --upgrade pip
./env/bin/pip install -r requirements.txt
./env/bin/gunicorn -d -b "0.0.0.0:8000" app:app
Content type
Image
Digest
Size
31.5 MB
Last updated
over 9 years ago
docker pull playniuniu/demo-idc-lite