George Prichard
Results
2
issues of
George Prichard
**Description** Accessing the GPU during build using Docker Compose v2 doesn't work. It does work when the container is running, but some of my build steps need the GPU for...
kind/bug
area/build
Docker Compose V2
edited - thought this was related to include_top, but seems not e.g. ```python from nasnet import NASNet n = NASNet() ``` gives > ValueError: Operands could not be broadcast together...