Created
June 15, 2023 11:47
-
-
Save carlthome/06f6e4387d6f755c20cc3f9c7d93a370 to your computer and use it in GitHub Desktop.
Create a torchaudio compatible Python 3.8 Jupyter kernel for Vertex AI managed notebooks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -y -c conda-forge -n py38 python=3.8 ipykernel ipywidgets 'ffmpeg<5' | |
conda run -n py38 ipython kernel install --name py38 --user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment