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

Method push

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

Source from the content-addressed store, hash-verified

278 self.image(), '-f', 'Dockerfile', '.')
279
280 def push(self):
281 return self.run_cmd('docker', 'push', self.image())
282
283
284class StableCPUImageBuilder(Builder):

Callers

nothing calls this directly

Calls 2

imageMethod · 0.95
run_cmdMethod · 0.80

Tested by

no test coverage detected