From f9e2768ce61fb545a65a8831a6afc3028aed34ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 13 Aug 2024 13:26:06 +0900 Subject: [PATCH] Update versions --- .github/workflows/release.yml | 2 +- README.md | 2 +- builds/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1e4c0a..c3c06bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: "24" - elixir-version: "1.12.3" + elixir-version: "1.15.8" # Setup the compilation environment - uses: abhinavsingh/setup-bazel@v3 with: diff --git a/README.md b/README.md index 709a1ef..ce512fd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ your CUDA version (like `cuda12`). You can find your CUDA version by running `nv (note that `nvidia-smi` shows the highest supported CUDA version, not the installed one). When building from source it's enough to specify `cuda` as the target. -Note that all the precompiled binaries assume glibc 2.31 or newer. +Note that all precompiled Linux binaries assume glibc 2.31 or newer. ##### Notes for ROCm diff --git a/builds/Dockerfile b/builds/Dockerfile index 3e63736..c9d7c4a 100644 --- a/builds/Dockerfile +++ b/builds/Dockerfile @@ -1,5 +1,5 @@ ARG VARIANT -ARG BASE_IMAGE="hexpm/elixir:1.17.2-erlang-27.0.1-ubuntu-focal-20240530" +ARG BASE_IMAGE="hexpm/elixir:1.15.8-erlang-24.3.4.17-ubuntu-focal-20240427" # Pre-stages for base image variants