Michael D. - 2022-05-25

Did you try with plain python?

Example:

from Gpib import *
inst = Gpib(0, [gpib instrument addr])
inst.timeout(gpib.T10s)
inst.clear()
...

Could you please share the Dockerfile?