tmp for network

This commit is contained in:
suluyan
2025-05-28 20:29:54 +08:00
parent 60a36e145d
commit 45e140af2e

View File

@@ -135,7 +135,7 @@ class BaseGPUImageBuilder(Builder):
def build(self) -> int:
return os.system(
f'DOCKER_BUILDKIT=0 docker build -t {self.image()} -f Dockerfile .'
f'DOCKER_BUILDKIT=0 docker build --network=host -t {self.image()} -f Dockerfile .'
)
def push(self):