Code Server for Python
docker run -it -p 8080:8080 danchitnis/code-server-python
Then open a webpage and go to http://localhost:8080
first clone the repo
docker compose up
docker compose build
docker buildx build --platform=linux/amd64,linux/arm64 -t {tag} . --push