And then from inside the Python 3.7 container install and run whatever you want.
description I benchmarked Protocol Buffers against JSON and CSV in Python to compare serialization speed and file size. I found protobuf significantly slower than JSON, while gzipped JSON and CSV ...