-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
Comments
thearusable
added a commit
that referenced
this issue
Apr 11, 2023
thearusable
added a commit
that referenced
this issue
Apr 11, 2023
thearusable
added a commit
that referenced
this issue
Apr 11, 2023
thearusable
added a commit
that referenced
this issue
Apr 11, 2023
thearusable
added a commit
that referenced
this issue
Oct 24, 2023
thearusable
added a commit
that referenced
this issue
Oct 24, 2023
thearusable
added a commit
that referenced
this issue
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
Oct 24, 2023
thearusable
added a commit
that referenced
this issue
Oct 24, 2023
thearusable
added a commit
that referenced
this issue
Oct 24, 2023
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 13, 2023
thearusable
added a commit
that referenced
this issue
Nov 13, 2023
thearusable
added a commit
that referenced
this issue
Dec 8, 2023
thearusable
added a commit
that referenced
this issue
Dec 8, 2023
thearusable
added a commit
that referenced
this issue
Dec 8, 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 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 14, 2023
thearusable
added a commit
that referenced
this issue
Dec 15, 2023
thearusable
added a commit
that referenced
this issue
Dec 18, 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
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
thearusable
added a commit
that referenced
this issue
Dec 19, 2023
thearusable
added a commit
that referenced
this issue
Dec 20, 2023
lifflander
added a commit
that referenced
this issue
Dec 20, 2023
…umes #2121: Generalize names of named volumes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: