Skip to content

Conversation

@samaloney
Copy link
Contributor

@samaloney samaloney commented Oct 15, 2025

Closes #6 and also added pre-commit configuration but it not include in CI yet.

Copy link

@edoardolegnaro edoardolegnaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can merge after changing typo


class Settings(BaseSettings):
data_path: Path = Path(os.getenv("DATAPATH", "/arccnet/data"))
model_path: Path = Path(os.getenv("MODESLPATH", "/arccnet/models"))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MODESLPATH is a typo and it should be MODELPATH?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be one RUN block based on docker best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add download path configuration (data & models) from environment variables

3 participants