You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
When you make a small change to the config files, you currently need to fully rebuild the Autolab web docker image - reloading 848MB rather than the few MB of data that are actually different. It would be better to create an intermediate docker container that has all the apt packages and ruby gems, then layer on top of that the Autolab files. This way you’d only have to rebuild the uppermost layer when making small changes, such as config files, etc.