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
Even if you plan on running these scripts locally most of the time, a Dockerfile can help document nuances of the code, especially how you plan on installing the modified Python libraries.
Having a Dockerfile can also help to pin versions of bindings, say for which GDAL version is needed to build when pip install GDALing.
The text was updated successfully, but these errors were encountered:
Even if you plan on running these scripts locally most of the time, a Dockerfile can help document nuances of the code, especially how you plan on installing the modified Python libraries.
Having a Dockerfile can also help to pin versions of bindings, say for which GDAL version is needed to build when
pip install GDAL
ing.The text was updated successfully, but these errors were encountered: