mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
Update Docker build instructions for AlmaLinux/Rocky/RHEL users
Addresses https://github.com/google-deepmind/alphafold3/issues/612. PiperOrigin-RevId: 872822931 Change-Id: Ibb4db9640805e4b59b68d93b13595224636a1af6
This commit is contained in:
committed by
Copybara-Service
parent
c20f070859
commit
ea1667690e
@@ -285,6 +285,14 @@ python dependencies:
|
||||
docker build -t alphafold3 -f docker/Dockerfile .
|
||||
```
|
||||
|
||||
If you hit `No file descriptors available (os error 24)` on systems like
|
||||
AlmaLinux/Rocky/RHEL, you need to manually expand the file descriptor limits
|
||||
during the build by appending `--ulimit nofile=65535:65535`:
|
||||
|
||||
```sh
|
||||
docker build --ulimit nofile=65535:65535 -t alphafold3 -f docker/Dockerfile .
|
||||
```
|
||||
|
||||
Create an input JSON file, using either the example in the
|
||||
[README](https://github.com/google-deepmind/alphafold3?tab=readme-ov-file#installation-and-running-your-first-prediction)
|
||||
or a
|
||||
|
||||
Reference in New Issue
Block a user