Page 1 of 1

Running modules with docker file on web

Posted: Sun Jul 21, 2024 12:50 am
by halomoon
Hi Jonathon
First of all, thank you for creating such a great program called jamovi.
I have successfully implemented it on the web as shown in the attachment.

However, I want to install and use the modules in jamovi library, but some modules are working, some are not working and giving errors

I would be very grateful if you could tell me which part of the docker file to modify so that the installed modules can function properly.

Best Regards
Moon

Re: Running modules with docker file on web

Posted: Sun Jul 21, 2024 12:58 am
by jonathon

Re: Running modules with docker file on web

Posted: Sun Jul 21, 2024 1:37 am
by halomoon
Thanks for your response, I installed and ran the snowCluster module and got the following error, is it impossible to install and run the module from a docker file? I would like to see the results on the web with the module. I would really appreciate if you can let me know.

Re: Running modules with docker file on web

Posted: Sun Jul 21, 2024 2:20 am
by jonathon
oh yeah, the modules from the library (for the most part) won't be compatible with the docker version.

to install additional modules as part of the build process, you can add entries like this:

https://github.com/jamovi/jamovi/blob/c ... #L177-L178

cheers

Re: Running modules with docker file on web

Posted: Sun Jul 21, 2024 11:53 pm
by halomoon
Hi
Thanks for your kind comments.
The problem is that some packages don't install completely and need to be manually installed into the docker file, which leads to version mismatches like this How can I resolve the problems?

Re: Running modules with docker file on web

Posted: Mon Jul 22, 2024 12:48 am
by jonathon
hmm, i'm puzzled by the 'unable to determine R version' error ... i assume the earlier calls to install surveymv work fine ... so it's weird that surveymv works fine, but this doesn't.

jonathon