You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker image - dimuthuupe/ipykernel:1.2 doesn't support ARM64 architecture. This causes the jupyter API to fail while running the image.
Here's the error message: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested,
Here's a workaround:
Add a platform tag while creating the containerResponse object here jupyter-platform/platform-api/src/main/java/org/apache/airavata/jupyter/core/OrchestrationEngine.java:
The docker image - dimuthuupe/ipykernel:1.2 doesn't support ARM64 architecture. This causes the jupyter API to fail while running the image.
Here's the error message:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested,
Here's a workaround:
Add a platform tag while creating the containerResponse object here
jupyter-platform/platform-api/src/main/java/org/apache/airavata/jupyter/core/OrchestrationEngine.java
:Instead of hardcoding this everytime - we need to find another way to do this dynamically
The text was updated successfully, but these errors were encountered: