Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 273 Bytes

Building Images Locally

To build and run an image (e.g. Dockerfile) do:

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