Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 304 Bytes

File metadata and controls

16 lines (9 loc) · 304 Bytes

RAPTOR Docker Container

Run the following:

docker build -t raptor .

to build the raptor container. Use

docker run -v .:/RAPTOR-NkS/SgrA-test/data -it --rm raptor

to run the container.

For cross-platform build, run

docker buildx build --platform=linux/amd64,linux/arm64 -t raptor .