Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cater for empty python cells (#3212)
## Changes Notebok cells such as the following will crash the dependency builder. This PR fixes the issue. ``` # COMMAND ---------- #only run this step if you are running below Databricks runtime 13.2 GPU; if using 13.2 and above this is not needed. %sh wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600 sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub sudo add-apt-repository -y "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" sudo apt-get update ``` ### Linked issues None ### Functionality None ### Tests - [x] ran solacc on failed repo Co-authored-by: Eric Vergnaud <eric.vergnaud@databricks.com>
- Loading branch information