(self)
| 268 | return content |
| 269 | |
| 270 | def image(self) -> str: |
| 271 | return ( |
| 272 | f'{docker_registry}:ubuntu{self.args.ubuntu_version}-cuda{self.args.cuda_version}-' |
| 273 | f'{self.args.python_tag}-torch{self.args.torch_version}-test') |
| 274 | |
| 275 | def build(self) -> int: |
| 276 | return self.run_cmd('docker', 'build', |