Ignite: Use @actions/cache in GH actions

Created on 24 Oct 2020  路  5Comments  路  Source: pytorch/ignite

馃殌 Feature

Use @actions/cache for caching dependencies to speed up CI

@vfdev-5

All 5 comments

Is there the same feature for produced artifacts, e.g. built Docker images?

@trsvchn Yes, there is https://github.com/docker/build-push-action#leverage-github-cache
But as far as I try, restoring cache for docker builing took more time. mayb I have tried in the wrong way.

Let me know after you try it

@ydcjeff Thanks! I will try!

@vfdev-5 what do you think?

@ydcjeff yes, makes sense to cache conda deps and reset the cache every week or so.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kilsenp picture kilsenp  路  3Comments

samarth-robo picture samarth-robo  路  3Comments

vfdev-5 picture vfdev-5  路  3Comments

elanmart picture elanmart  路  4Comments

czotti picture czotti  路  3Comments