Environment Variables#
Configure NIM for BMD behavior at container startup using the following environment variables.
Required Variables#
Variable |
Required |
Default |
Description |
|---|---|---|---|
|
Yes (for MACE auto-download) |
– |
NGC authentication key. Required for the container to download the bundled MACE model from NGC. |
Configuration Variables#
Variable |
Type |
Default |
Description |
|---|---|---|---|
|
string |
|
Model type: |
|
string |
null |
Path to the model file or directory inside the container. |
|
bool |
true |
Periodic boundary conditions. If true, requests must include |
|
int |
0 |
Batch size in atoms (0 enables auto-estimation at startup). |
|
string |
|
Dataset used for auto-estimation: |
|
bool |
false |
Enable DFT-D3(BJ) dispersion correction. |
|
string (JSON) |
null |
JSON string containing custom DFT-D3(BJ) parameters (for example, |
Container Runtime Variables#
Variable |
Required |
Default |
Description |
|---|---|---|---|
|
No |
|
HTTP port for the inference API. |
|
No |
false |
Whether to automatically download the default MACE model from NGC. |
For launch examples, refer to Custom Models and Quickstart Guide.