Skip to content

ATB-Potsdam/daisy-model_dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

daisy-model_dockerized

Dockerized version of the University of Copenhagen plant growing model Daisy. Project homepage: https://daisy.ku.dk/ Github Project: https://github.com/perabrahamsen/daisy-model

To run daisy with docker successfully you have to mount your data directories inside the container. To achieve this, add -v local/path:container/path to the docker run command.

If data and .dai file is located in the same directory you can simply mount that diretory to the same path in the container and set is as working directory:

docker run -it --rm -v `pwd`:`pwd` -w `pwd` daisy_atb:latest test.dai

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published