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

Method push

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

Source from the content-addressed store, hash-verified

251 self.image(), '-f', 'Dockerfile', '.')
252
253 def push(self):
254 return self.run_cmd('docker', 'push', self.image())
255
256
257class BaseGPUImageBuilder(Builder):

Callers

nothing calls this directly

Calls 2

imageMethod · 0.95
run_cmdMethod · 0.80

Tested by

no test coverage detected