MCPcopy Create free account
hub / github.com/modelscope/modelscope / image

Method image

docker/build_image.py:243–246  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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',

Callers 2

buildMethod · 0.95
pushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected