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

Use Docker to setup development environment #515

Open
wants to merge 3 commits into
base: amd-staging
Choose a base branch
from

Conversation

vedithal-amd
Copy link
Contributor

No description provided.

Copy link
Contributor

@feizheng10 feizheng10 left a comment

Choose a reason for hiding this comment

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

General speaking, one simple principle we might want to follow is: keep the individual files as less as possible. If the Dockerfile and docker-compose.yml file are only for "dev and quick testing", I'd suggest to move those to a sub_dir in tests(even though we don't have proper structure there yet). Think about we might provide official Dockerfile for the customer to build in the future, I don't want to confuse them later.
And this Dockerfile uses ubuntu-22.04 as base line, we should mention it in the readme.

@vedithal-amd
Copy link
Contributor Author

Thanks for the comment, Fei.

I was thinking we should move the docker files to a subdir under utils instead of tests since these are technically utility files for the project, what do you think?

Copy link
Contributor

@feizheng10 feizheng10 left a comment

Choose a reason for hiding this comment

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

LGTM

README.md Show resolved Hide resolved
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.

2 participants