UTNAK / kepler16b-using-imce-vocabulary

Forked from a demo project for the openCAESAR platform
http://opencaesar.github.io/kepler16b-example/
0 stars 0 forks source link

Improve efficiency at downloading R dependencies in Github Actions #32

Open pogi7 opened 3 weeks ago

pogi7 commented 3 weeks ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

It looks like it takes over 8 minutes to download R dependencies in Github Actions. I would like to improve that

Describe the desired feature

I would like to get the time to download these R dependencies to 10 - 15 seconds.

Additional context

[Any additional context]

pogi7 commented 3 weeks ago

You can run a Docker container in Github Actions https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action

It makes the most sense to build a Docker image from a DockerFile and store it in Github Packages https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages