google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
203 stars 38 forks source link

Fixed the version of conda in the docker-file of weather-tools. #459

Closed dabhicusp closed 2 months ago

dabhicusp commented 2 months ago

In the existing code while creating the environment of the weather-tools through docker image it is stuck in-between due to the latest version of the conda. I fixed the conda version in the existing code so the above error will not come in future.

While creating the environment for weather-tools using the Docker image, the process was getting stuck due to issues with the updated version of conda. I've addressed this by specifying a fixed version of conda in the existing code. This change ensures that similar issues will not occur in the future.