(self)
| 204 | return content |
| 205 | |
| 206 | def image(self) -> str: |
| 207 | return ( |
| 208 | f'{docker_registry}:ubuntu{self.args.ubuntu_version}-{self.args.python_tag}-' |
| 209 | f'torch{self.args.torch_version}-base') |
| 210 | |
| 211 | def build(self): |
| 212 | return self.run_cmd('docker', 'build', |