config <- create_docker_config()
set_default_config(config, permanent = FALSE)
config <- create_singularity_config(
# ideally, this would be set to a non-temporary directory
cache_dir = tempdir()
)
set_default_config(config, permanent = FALSE)
Run the code above in your browser using DataLab