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
See USGS-VIZLAB/gage-conditions#40 (comment): we're trying out a Docker approach for vizzy development, and if that turns out to be as easy and useful as we anticipate, then we want to move package management from the vizlab package into vizzy-specific Dockerfiles.
David looked into this and determined that likey steps are:
Remove the checkVizPackages() call from vizmake()
Delete the definition of checkVizPackages() and any associated code that doesn't get used elsewhere.
The text was updated successfully, but these errors were encountered:
See USGS-VIZLAB/gage-conditions#40 (comment): we're trying out a Docker approach for vizzy development, and if that turns out to be as easy and useful as we anticipate, then we want to move package management from the
vizlab
package into vizzy-specific Dockerfiles.David looked into this and determined that likey steps are:
checkVizPackages()
call fromvizmake()
checkVizPackages()
and any associated code that doesn't get used elsewhere.The text was updated successfully, but these errors were encountered: