Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 398 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 398 Bytes

pilot-image

Files for creating a pilot image, using the AlmaLinux9 base image. The Dockerfile also sets up ROOT, dask and the rucio-client.

Build instruction

docker build --no-cachedir -t image_name . --build-arg RUCIO_VERSION=1.31.5 --build-arg DASK_VERSION=2023.4.1 (or other rucio/dask versions)

Test instruction

Test image with docker run -it image_name