DecadeNugget22's picture
A new start
8711bb8

A newer version of the Streamlit SDK is available: 1.44.1

Upgrade

Milestone 1

Steps

  1. Looked for Python images on Docker

  2. Ran docker pull python:slim-bullseye

  3. With the image downloaded, we can create a container to do our dev work

    • docker run -it --entrypoint bash python:slim-bullseye
  4. VSCode additionally comes with a Docker extension to link the IDE to local containers

  5. Run Python!