# NOT RUN {
run_civis(2+2)
# specify required resources, and a specific image
run_civis(2+2,
required_resources = list(cpu = 1024, memory = 2048),
docker_image_name='image',
docker_image_tag = 'latest')
# }
Run the code above in your browser using DataLab