Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda Installation do not work on Linux #173

Open
pradal opened this issue Mar 1, 2023 · 3 comments
Open

Conda Installation do not work on Linux #173

pradal opened this issue Mar 1, 2023 · 3 comments

Comments

@pradal
Copy link
Contributor

pradal commented Mar 1, 2023

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

@pradal
Copy link
Contributor Author

pradal commented Mar 1, 2023

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

@pradal
Copy link
Contributor Author

pradal commented Mar 1, 2023

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
Copy link
Contributor Author

pradal commented Mar 3, 2023

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

  • update pycropml

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

  • upload and download packages
  • transpile code from/to crop2ml

Final solution: Have a current transpiler in internet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant