Adding missing packages in HF DLC

Hello,
I am trying to train a model using one of the HF DLC and I have some missing packages.
What is the recommended way for installing missing packages? (for example: peft, natten)

Thanks!

You can add a requirements.txt next to your training script and sagemaker will install them before running your training.