Spaces:
Runtime error
Runtime error
A newer version of the Streamlit SDK is available:
1.44.1
Milestone 1
Steps
Looked for Python images on Docker
Ran
docker pull python:slim-bullseye
With the image downloaded, we can create a container to do our dev work
docker run -it --entrypoint bash python:slim-bullseye
VSCode additionally comes with a Docker extension to link the IDE to local containers
Run Python!