Skip to content

Instantly share code, notes, and snippets.

@carlthome
Created June 15, 2023 11:47
Show Gist options
  • Save carlthome/06f6e4387d6f755c20cc3f9c7d93a370 to your computer and use it in GitHub Desktop.
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
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