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