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
As we don't want to add to the load time of resolving dependencies, we should defer our dependency on the dockerfile package until we actually require it. This also frees us from requiring a workable Go env for platforms where there is no wheel for dockerfile.
Slack thread.
The text was updated successfully, but these errors were encountered:
As we don't want to add to the load time of resolving dependencies, we should defer our dependency on the
dockerfile
package until we actually require it. This also frees us from requiring a workableGo
env for platforms where there is no wheel fordockerfile
.Slack thread.
The text was updated successfully, but these errors were encountered: