openanalytics / shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://www.shinyproxy.io
Apache License 2.0
519 stars 151 forks source link

Shinyproxy arm issue #519

Open dm807cam opened 4 weeks ago

dm807cam commented 4 weeks ago

I tried to run the example application on an arm platform and received Container unresponsive, trying again (11/20) errors. After a bit of research it seems that the examples expect linux/amd64.

docker run -p 3838:3838 openanalytics/shinyproxy-demo R -e 'shinyproxy::run_01_hello()'

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /usr/local/bin/R: exec format error

I think this deserves a bugfix and a better (more verbose) error handling by shinyproxy. :)

berrones commented 2 weeks ago

I'm still struggling to fix this.

[user=adam proxyId=a5278b8c-b4f2-4a7e-a9e7-df2b4b798e1a specId=geyser] Container unresponsive, trying again (14/20): http://da3a5b79015e:3838.

I've tried everything. I can run the basic Geyser app interactively. But Shinyproxy just cannot "shock the app" into launching.