Skip to content

Conversation

@korikuzma
Copy link
Member

close #469

@korikuzma korikuzma self-assigned this Dec 29, 2025
@korikuzma korikuzma requested a review from a team as a code owner December 29, 2025 13:58
@korikuzma korikuzma added priority:low Low priority enhancement New feature or request labels Dec 29, 2025
Comment on lines 1 to 9
# export VERSION=$(git describe --tags --abbrev=0)
# export DATE=$(date +%F)
# export UMLS_API_KEY=YOUR-API-KEY
# export HARVARD_DATAVERSE_API_KEY=YOUR-API-KEY
# docker volume rm disease_norm_ddb_vol
# rm -rf dynamodb_local_latest
# mkdir dynamodb_local_latest
# docker volume create --driver local --opt type=none --opt device="$(pwd)/dynamodb_local_latest" --opt o=bind disease_norm_ddb_vol
# docker compose -f compose-dev.yaml up --build
Copy link
Member Author

Choose a reason for hiding this comment

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

For now, until we have RTD setup. Debating on if I want to do this or not this week....

Copy link
Member Author

Choose a reason for hiding this comment

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

Haven't pushed these images yet

@korikuzma korikuzma merged commit 5be89aa into main Jan 13, 2026
11 checks passed
@korikuzma korikuzma deleted the issue-469 branch January 13, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request priority:low Low priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerize

2 participants