Skip to content

Commit 6303e76

Browse files
committed
Add libexpat1 for Nvidia support
1 parent 8a01e6f commit 6303e76

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN \
2020
apt-get update && \
2121
apt-get install -y \
2222
bzip2 \
23-
intel-opencl-icd && \
23+
intel-opencl-icd \
24+
libexpat1 && \
2425
ln -s libOpenCL.so.1 /usr/lib/x86_64-linux-gnu/libOpenCL.so && \
2526
echo "**** install foldingathome ****" && \
2627
download_url="https://download.foldingathome.org/releases/public/fah-client/"$(curl -s https://download.foldingathome.org/releases/public/fah-client/meta.json | jq -r '.[] | select((.package | contains("debian")) and (.package | contains("release"))) | .package' | grep -v "arm64" | grep "tar.bz2") && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN \
2020
apt-get update && \
2121
apt-get install -y \
2222
bzip2 \
23+
libexpat1 \
2324
ocl-icd-libopencl1 && \
2425
ln -s libOpenCL.so.1 /usr/lib/aarch64-linux-gnu/libOpenCL.so && \
2526
echo "**** install foldingathome ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
306306

307307
## Versions
308308

309+
* **10.08.24:** - Add libexpat1 for Nvidia support.
309310
* **25.06.24:** - ***Breaking Changes*** - Please see the Application Setup section for more details. Restructure image for F@H v8.
310311
* **15.06.24:** - Rebase to Ubuntu Noble, add optional cli args.
311312
* **14.12.22:** - Rebase to Ubuntu Jammy, migrate to s6v3.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ app_setup_block: |
6363
6464
# changelog
6565
changelogs:
66+
- { date: "10.08.24:", desc: "Add libexpat1 for Nvidia support." }
6667
- { date: "25.06.24:", desc: "***Breaking Changes*** - Please see the Application Setup section for more details. Restructure image for F@H v8." }
6768
- { date: "15.06.24:", desc: "Rebase to Ubuntu Noble, add optional cli args." }
6869
- { date: "14.12.22:", desc: "Rebase to Ubuntu Jammy, migrate to s6v3." }

0 commit comments

Comments
 (0)