Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 13, 2024
1 parent 8b10719 commit f9e2768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion builds/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f9e2768

Please sign in to comment.