docker build -t qokit .
Run the container with the following command:
docker run -p 8888:8888 qokit
Run the container with the following command to mount the current directory:
docker run -v $(pwd):/app -p 8888:8888 qokit
Run the instance and add .env file and mount the current directory:
docker run -v $(pwd):/app --env-file .env -p 8888:8888 qokit
For accessing the studied in our publication, please see the folder data/instances-final
. The instances are in the format of .graphml
files.