diff --git a/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json b/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json index 47e4e239d..7e8941b8f 100644 --- a/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json +++ b/qa-heal.planx-pla.net/manifests/hatchery/hatchery.json @@ -58,7 +58,7 @@ "lifecycle-post-start": [ "/bin/sh", "-c", - "export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; rm -rf /home/$IAM/pd/lost+found; ln -s /data /home/$IAM/pd/; true" + "export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; rm -rf /home/$IAM/pd/lost+found; ln -s /data /home/$IAM/pd/; wget -O /data/qdr_data_download.ipynb https://raw.githubusercontent.com/uc-cdis/heal-platform-sdk/refs/heads/master/notebooks/qdr_data_download.ipynb; true" ], "user-uid": 1000, "fs-gid": 100,