Sign inSign up

huww98/gpu-board-server

By huww98

Updated over 6 years ago

GPU Board Server

Image
2

10K+

huww98/gpu-board-server repository overview

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

Tag summary

Content type

Image

Digest

Size

342.9 MB

Last updated

over 6 years ago

docker pull huww98/gpu-board-server