Joe Meissler
Joe Meissler
https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/master/docker-images/python3.8.dockerfile
@mnorrsken do you have the source code? I assume this is a bit more involved than changing `FROM python:3.8` to `FROM arm64v8/python:3.8`
I got this working by adding a password [here](https://github.com/gocardless/pgreplay-go/blob/master/cmd/pgreplay/main.go#L47) and passing it in [here](https://github.com/gocardless/pgreplay-go/blob/master/cmd/pgreplay/main.go#L131). The rest of the documentation is lacking though so I didn't get much further.
Same if VLC is already installed
That's because `.get()` returns an instance instead of a queryset. You can do `gql_optimizer.query(Category.objects.select_related(...).get(name=name), info)`