Rebuilding TensorFlow 2.8.4 on Ubuntu 22.04 to patch vulnerabilities

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. GHSA-gw97-ff7c-9v96

    Discontinued [GET https://api.github.com/repos/advisories/GHSA-gw97-ff7c-9v96: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

    1 critical [vuln]

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. tensorflow

    An Open Source Machine Learning Framework for Everyone

    The official 2.8.4 container was published in Nov 2022. That's 1.5 years of OS updates at least. I looked up the 2.8.4 source and found that it's using Ubuntu 20.04 as the base OS. Of note, we're using the x86_64 architecture according to the container image layer: ENV NVARCH=x86_64.

  4. tensorflow-2.8.4-redux

    Rebuilding Tensorflow 2.8.4 on modern ubuntu base

    Then, I updated the build steps. Here's what I did, following the instructions in the containers readme.

  5. docker-py

    A Python library for the Docker Engine API

    Downgrade requests & urllib libraries (see github bug)

  6. jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    I found a GitHub issue that seemed similar (missing ptxas) and saw a suggestion to install nvidia-cuda-toolkit. Alright: but that exploded the container size from 6.5 GB to 12.13 GB … unacceptable 😤 (Incidentally, this is too large for Cloud Shell to build on its limited persistent disk.)

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • None of the top 10 projects in GitHub is actually a software project 🤯

    6 projects | dev.to | 10 May 2025
  • Top Programming Languages for AI Development in 2025

    9 projects | dev.to | 29 Apr 2025
  • Fine-tuning LLMs locally: A step-by-step guide

    4 projects | dev.to | 8 Apr 2025
  • Show HN: Txeo – A Modern C++ Wrapper for TensorFlow

    3 projects | news.ycombinator.com | 21 Feb 2025
  • Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨

    1 project | dev.to | 3 Nov 2024

Did you know that C++ is
the 7th most popular programming language
based on number of references?