twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
174 stars 67 forks source link

Update armory/base docker image #1976

Closed christopherwoodall closed 1 year ago

christopherwoodall commented 1 year ago

This PR aims to improve the Docker build performance and maintainability. Dependencies are split into separate layers and only necessary files are copied into the Docker context.

Modified dependencies to ensure all dependencies are included in the environment.yaml file. This provides a single source of truth for managing Python dependencies, making the project easier to maintain.