Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
class
StableCPUImageBuilder(Builder):
Callers
nothing calls this directly
Calls
2
image
Method · 0.95
run_cmd
Method · 0.80
Tested by
no test coverage detected