(self)
| 146 | return content |
| 147 | |
| 148 | def image(self) -> str: |
| 149 | return ( |
| 150 | f'{docker_registry}:ubuntu{self.args.ubuntu_version}-{self.args.python_tag}-' |
| 151 | f'torch{self.args.torch_version}-{self.args.modelscope_version}-test' |
| 152 | ) |
| 153 | |
| 154 | def build(self): |
| 155 | return self.run_cmd('docker', 'build', |