kbase / cdm-jupyterhub

CDM JupyterHub Images for Spark Execution on KBase Rancher
MIT License
1 stars 1 forks source link

using ghcr.io/kbase img for standalone spark deployment #75

Closed Tianhao-Gu closed 2 months ago

Tianhao-Gu commented 2 months ago

Screenshot 2024-08-29 at 10 15 27 AM

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.76%. Comparing base (1d4f084) to head (d3482c2). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ======================================= Coverage 48.76% 48.76% ======================================= Files 4 4 Lines 121 121 ======================================= Hits 59 59 Misses 62 62 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MrCreosote commented 2 months ago

This is just the prelude to pulling things out of the image to slim it down? What can you actually remove? You still need the spark libs right?

Tianhao-Gu commented 2 months ago

This is just the prelude to pulling things out of the image to slim it down? What can you actually remove? You still need the spark libs right?

I will test and see if I can remove any spark libs in the next PRs. I want to do this little by little so that I can test in CI since local yarn doesn't work for me.