AgriculturalModelExchangeInitiative / PyCrop2ML

CropML Python library
Other
18 stars 17 forks source link

Conda Installation do not work on Linux #173

Open pradal opened 1 year ago

pradal commented 1 year ago

The conda installation does not work well on Linux. It takes long time to install and do not succeed

pradal commented 1 year ago

@andreas-enders I will make a Docker image to simplify the installation process

pradal commented 1 year ago

I have created a Docker image:

docker build -t openalea/pycropml:1.2.2 .

And then I have uploaded it

docker push openalea/pycropml:1.2.2

To use the umage do:

docker run openalea/pycropml:1.2.2
pradal commented 1 year ago

@andreas-enders : with the current container Allow to have a Docker image to

To update SoilParameters and PyCrop2ML in the Docker image do:

cd /home/PyCrop2ML
git pull

cd /home/SoilTemperatureModels
git pull

Then you can test the system using

cd /home/SoilTemperatureModels/Models/test ./convert.sh

Final solution: Have a current transpiler in internet