Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

RMI-PACTA/workflow.cj.pacta

 
 

Repository files navigation

Description

Project Status: Unsupported

This project is archived for future reference, but no new work is expected in this repository.

The Dockerfile in this repository creates an image containing a freshly cloned copy of workflow.pacta. It also installs the relevant PACTA R packages that it depends on.

Notes

Running PACTA also requires pacta-data, which needs to be mounted into the container at run-time.

Using Docker images pushed to GHCR automatically by GH Actions

tag_name=main
image_name=ghcr.io/rmi-pacta/workflow.pacta:$tag_name
data_dir=~/github/pactaverse/pacta-data
input_dir=./input_dir
output_dir=./output_dir

docker run -it --rm \
  --network none \
  --pull=always \
  --platform linux/amd64 \
  --mount type=bind,readonly,source=${data_dir},target=/pacta-data \
  --mount type=bind,source=${output_dir},target=/output_dir \
  --mount type=bind,source=${input_dir},target=/input_dir \
  $image_name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 73.7%
  • Dockerfile 24.7%
  • Shell 1.6%