You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker build --file docker/Dockerfile . --tag balrog
docker run -it --gpus all --rm --name balrog balrog
# or alternatively if you don't have GPUs
docker run -it --name balrog balrog