Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 371 Bytes

GPU Board Server

Usage

cd server
pip install -r requirements.txt
python main.py

docker usage (nvidia-docker2 package need to be installed):

docker run --detach --runtime nvidia --pid host \
    --name gpu-board-server \
    --restart always \
    --volume /etc/passwd:/etc/passwd:ro \
    --publish 8000:8000 \
    huww98/gpu-board-server