Demo setup for unreleased spline image #55
-
|
For local testing I have built a docker image off of the The container spinup process just hangs and never completes. Are there changes required to the docker compose file that is referenced above in order to use the demo setup against the 1.0.0-SNAPSHOT version of spline? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This was a me problem. I was building the images on a Mac running docker desktop which defaulted the underlying platform to |
Beta Was this translation helpful? Give feedback.
This was a me problem. I was building the images on a Mac running docker desktop which defaulted the underlying platform to
linux/arm64and was trying to run the demo setup on a linux machine which expected the images to belinux/amd64. Got them built with amd64 and it works fine now.