Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
platform:
  sidecars:
  - image: my-python-image:latest
    imagePullPolicy: IfNotPresent
    name: python-container
Info

When you use a sidecar container, you can install additional Python packages that are not included in the standard installation. You can also choose which version of Python to use when running your code.