-
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]
-
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.
-
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.
-
Then, I updated the build steps. Here's what I did, following the instructions in the containers readme.
-
Downgrade requests & urllib libraries (see github bug)
-
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.)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
None of the top 10 projects in GitHub is actually a software project 🤯
-
Top Programming Languages for AI Development in 2025
-
Fine-tuning LLMs locally: A step-by-step guide
-
Show HN: Txeo – A Modern C++ Wrapper for TensorFlow
-
Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! 🚀✨