Closed savemuri closed 11 months ago
Update: Issue was with minio. Using minio>=7.0.0,<=7.2.0
works.
This issue is not resolved. I think it might be best to filter out version 7.2.1 instead per these comments: https://github.com/minio/minio-py/issues/1382#issuecomment-1871334492
@savemuri - would you like to contribute a fix that adds !=7.2.1
to the minio
dependencies, similar to what is done for kfp
?
@kevin-bates - Sure, will create a PR today.
@kevin-bates - Excluded version in - https://github.com/elyra-ai/elyra/pull/3204
Thank you @savemuri!
Describe the issue Tried to build a local docker image and it throws up the following error
To Reproduce Steps to reproduce the behavior:
make build-server
to create the dist/make kf-notebook-image
NOTE I am using m2 mac and for docker build and run commands, I tried passing both--platform linux/arm64
and--platform linux/amd64
.Screenshots or log output If applicable, add screenshots or log output to help explain your problem.
Log Output
Expected behavior Expected image to build correctly and be able to start a local environment.
Deployment information Describe what you've deployed and how: N/A.