sangttruong / ginrummy

A data-driven approach for Gin Rummy hand evaluation
MIT License
7 stars 3 forks source link

Towards consistent environment for everyone #7

Open ShutoAraki opened 2 years ago

ShutoAraki commented 2 years ago

You can run either 1.pip install -r requirements.txt or

  1. docker build -t "pytorch-geometric" .

and then

docker run --rm -it --init --ipc=host --network=host --volume=$PWD:/app -e NVIDIA_VISIBLE_DEVICES=0 "pytorch-geometric" /bin/bash

Dockerfile is from here: https://github.com/rusty1s/pytorch_geometric/tree/master/docker