You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #500 it would be great to have feature parity with the CLI. The suggested workaround does work but is quite inconvenient, we have migrated one project to use bollard directly such that we could specify the platform when launching the container.
The text was updated successfully, but these errors were encountered:
After looking at the other implementations, this could perhaps be a more general request. We could expose a lower level API, similar to withCreateCmdModifier in testcontainers-java, and that could be used to configure various options:
platform
CPU and memory limits for repeatable environments for performance
runtimes, to enable GPU support like in the Ollama module
Similar to #500 it would be great to have feature parity with the CLI. The suggested workaround does work but is quite inconvenient, we have migrated one project to use bollard directly such that we could specify the platform when launching the container.
The text was updated successfully, but these errors were encountered: