@@ -40,11 +40,12 @@ This step is necessary for importing container images from [Nvidia NGC](https://
...
@@ -40,11 +40,12 @@ This step is necessary for importing container images from [Nvidia NGC](https://
- Complete step [4.1](https://docs.nvidia.com/ngc/ngc-overview/index.html#account-signup) and [4.3](https://docs.nvidia.com/ngc/ngc-overview/index.html#generating-api-key). Save the API key.
- Complete step [4.1](https://docs.nvidia.com/ngc/ngc-overview/index.html#account-signup) and [4.3](https://docs.nvidia.com/ngc/ngc-overview/index.html#generating-api-key). Save the API key.
- Add the API key to the config file at ```~/.config/enroot/.credentials ```
- Add the API key by adding these lines to the config file at ```~/.config/enroot/.credentials ```
Please replace ```your_api_key``` with your real API key.
- Set the config path by adding the line to ```~/.bashrc```
- Set the config path by adding the line to ```~/.bashrc```
```
```
...
@@ -58,7 +59,7 @@ source ~/.bashrc
...
@@ -58,7 +59,7 @@ source ~/.bashrc
## Set path to user container storage
## Set path to user container storage
By default, your enroot containers will be saved in your ```home``` directory. On Berzelius, you have 20 GB hard drive space for ```home```. It is a better practice to put enroot containers in your project directory.
By default, your enroot containers will be saved in your ```home``` directory. On Berzelius, you have only 20 GB disk space for ```home```. It is a better practice to put enroot containers in your project directory.
Add this line to your ```bashrc```
Add this line to your ```bashrc```
...
@@ -66,7 +67,10 @@ Add this line to your ```bashrc```
...
@@ -66,7 +67,10 @@ Add this line to your ```bashrc```