Running modules with docker file on web

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
halomoon
Posts: 3
Joined: Sun Jul 21, 2024 12:27 am

Running modules with docker file on web

Post 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
Attachments
jamovi_1.png
jamovi_1.png (79.23 KiB) Viewed 2654 times
User avatar
jonathon
Posts: 2714
Joined: Fri Jan 27, 2017 10:04 am

Re: Running modules with docker file on web

Post by jonathon »

halomoon
Posts: 3
Joined: Sun Jul 21, 2024 12:27 am

Re: Running modules with docker file on web

Post 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.
Attachments
docker error.png
docker error.png (117.25 KiB) Viewed 2646 times
User avatar
jonathon
Posts: 2714
Joined: Fri Jan 27, 2017 10:04 am

Re: Running modules with docker file on web

Post 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
halomoon
Posts: 3
Joined: Sun Jul 21, 2024 12:27 am

Re: Running modules with docker file on web

Post 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?
Attachments
Docker error_2.png
Docker error_2.png (60.46 KiB) Viewed 2568 times
User avatar
jonathon
Posts: 2714
Joined: Fri Jan 27, 2017 10:04 am

Re: Running modules with docker file on web

Post 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
Post Reply