Christoph Junghans
Christoph Junghans
@GiovanniBussi any suggestions?
Another option would be to role this in as step 3 of the staged-CI workflow.
> Another option would be to role this in as step 3 of the staged-CI workflow. Done
> Is there any particular use case you are targeting with this Dockerfile? I think it would just be nice to be able to do: ``` docker run -it kokkos/kokkos:latest...
> Please provide a description and a rational. Added on top.
@dalg24 ping
@cedricchevalier19 please let me know what you think.
I implemented it using a cron job here: https://github.com/junghans/kokkos-container
And FYI: ``` docker run -it kokkos/kokkos:latest ``` works now.
> It seems that https://github.com/kokkos/ci-containers already produces an image that is "ready to use" for the most simple configurations and it's used by the CI. Yeah, it has everything, but...