kubeflow / blog

Kubeflow blog based on fastpages
https://blog.kubeflow.org
Apache License 2.0
16 stars 35 forks source link

Adding v2 draft for kubeflow release 1.8 #138

Closed Davidnet closed 10 months ago

Davidnet commented 10 months ago

[WIP] Draft of the kubeflow blog release

thesuperzapper commented 10 months ago

I think we need to re-add the section about the Kubeflow Notebook images updates from https://github.com/kubeflow/kubeflow/pull/7357, with the key points being:

  1. Support for ARM64 in addition to AMD64:
    • NOTE: the CUDA images are not currently built for ARM64, as I have no way to test them
      • PyTorch: I don't think that pre-compiled versions of PyTorch with CUDA on ARM are available.
      • TensorFlow: The official NVIDIA Ubuntu repos for CUDA are a bit sparse on ARM for CUDA 11.8 (which is the latest that TF supports)
  2. Much cleaner build system and Makefiles:
    • Build any image locally by going to its folder and running make docker-build-dep to build with all base images that that image depends on.
  3. TensorFlow 2.0:
    • We have updated to TensorFlow 2.13.0 by default.
    • We have updated to CUDA 11.8 in the TensorFlow CUDA images.
  4. PyTorch 2.0:
    • We have updated to PyTorch 2.1.0 by default.
    • We have updated to CUDA 12.1 in the PyTorch CUDA images.
  5. JupyterLab 4.0:
  6. Python 3.11:
    • We have updated to Python 3.11.6 by default.
Davidnet commented 10 months ago

@DnPlas @kubeflow/release-team

Please take a look

DnPlas commented 10 months ago

/lgtm

jbottum commented 10 months ago

@thesuperzapper Hey Mathew - Thanks for all the suggestions to the blog post. They are very helpful. That said, I must call a point of order. We are 24 hours from the release and the suggestions above have many majors changes to content, flow and tone requiring analysis, review and approvals. My request is that in the future, edits at the very end of release cycle should be error corrections or minor incremental modifications. Thanks for understanding.

jbottum commented 10 months ago

thanks @Davidnet ! /lgtm

DnPlas commented 10 months ago

/lgtm

DnPlas commented 10 months ago

/assign @zijianjoy

annajung commented 10 months ago

Thanks @Davidnet! /lgtm

chensun commented 10 months ago

/approve

google-oss-prow[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: chensun, Davidnet

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubeflow/blog/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment