(self)
| 241 | return content |
| 242 | |
| 243 | def image(self) -> str: |
| 244 | return ( |
| 245 | f'{docker_registry}:ubuntu{self.args.ubuntu_version}-{self.args.python_tag}-' |
| 246 | f'torch{self.args.torch_version}-base') |
| 247 | |
| 248 | def build(self): |
| 249 | return self.run_cmd('docker', 'build', |