Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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