Revision 3acdd18a1fb910269ec587aa3f6a199857301d48 authored by shoaibahmed on 15 May 2019, 00:17:33 UTC, committed by shoaibahmed on 15 May 2019, 00:17:33 UTC
1 parent 05190ea
Raw File
docker_start.sh
#!/bin/bash
docker run -it -p 5000:5000 --runtime=nvidia mshoaibahmed/tsviz-core:1.0
back to top