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

Explore use of profiles in docker compose #2121

Closed
thearusable opened this issue Mar 29, 2023 · 1 comment · Fixed by #2207
Closed

Explore use of profiles in docker compose #2121

thearusable opened this issue Mar 29, 2023 · 1 comment · Fixed by #2207
Assignees

Comments

@thearusable
Copy link
Contributor

For now we use HOST_COMPILER only for NVCC builds. So I think it would be good to take a look at profiles in docker compose: profiles documentation. We could specify which services are needed for which profile and then run the docker compose like this: docker compose --profile nvidia up

This way we could have a general ubuntu-cpp service which we currently have and a specialized version for nvidia profile. Cache names will contain HOST_COMPILER only for nvidia builds.

@thearusable
Copy link
Contributor Author

thearusable commented Oct 24, 2023

Look's like docker profiles wouldn't be useful for us. From the PR which I created we could use the new named volumes definition which doesn't require to specify all compiler/system combinations.

I'll create a separate PR with those changes

thearusable added a commit that referenced this issue Nov 7, 2023
thearusable added a commit that referenced this issue Nov 7, 2023
thearusable added a commit that referenced this issue Nov 8, 2023
thearusable added a commit that referenced this issue Nov 8, 2023
thearusable added a commit that referenced this issue Nov 8, 2023
thearusable added a commit that referenced this issue Nov 10, 2023
thearusable added a commit that referenced this issue Nov 10, 2023
thearusable added a commit that referenced this issue Dec 8, 2023
thearusable added a commit that referenced this issue Dec 14, 2023
thearusable added a commit that referenced this issue Dec 14, 2023
thearusable added a commit that referenced this issue Dec 14, 2023
thearusable added a commit that referenced this issue Dec 14, 2023
thearusable added a commit that referenced this issue Dec 14, 2023
thearusable added a commit that referenced this issue Dec 19, 2023
thearusable added a commit that referenced this issue Dec 19, 2023
thearusable added a commit that referenced this issue Dec 19, 2023
lifflander added a commit that referenced this issue Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant