Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev container problems #484

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Fix dev container problems #484

merged 4 commits into from
Feb 6, 2024

Conversation

ccl-core
Copy link
Contributor

@ccl-core ccl-core commented Feb 6, 2024

No description provided.

@ccl-core ccl-core requested a review from a team as a code owner February 6, 2024 09:36
Copy link

github-actions bot commented Feb 6, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@ccl-core ccl-core requested a review from marcenacp February 6, 2024 10:02
# Install dev packages.
pip3 install python/mlcroissant/.[dev]
# Install dependencies except mlcroissant itself
pip install absl-py \
Copy link
Contributor

Choose a reason for hiding this comment

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

Not possible to do something like pip install .[dev]? (No idea, would just be easier to maintain)

"mlcroissant[git]",
"mlcroissant[image]",
"mlcroissant[parquet]",
]
devdeps = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need to distinguish between dev and devdeps and what distinction do you make?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted the file, changes not needed if needed deps listed in postCreateCommand :)

@ccl-core ccl-core merged commit 556a777 into main Feb 6, 2024
14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants