We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0d068 commit 862b084Copy full SHA for 862b084
1 file changed
docker/build.py
@@ -231,6 +231,10 @@ def generate_bussiness_dockerfile(self):
231
dockerfile_dir = os.path.join(TEMP_GEN_DIR, "conda", tag.distro,
232
"cuda-" + tag.cuda,
233
tag.python) # for now , we fixed python version and golang
234
+ # 这里依赖的基础镜像并没有bussness版本
235
+ tag.is_bussiness = False
236
+ # ugly here
237
+
238
st = self.render(tag)
239
if not os.path.exists(dockerfile_dir):
240
os.makedirs(dockerfile_dir)
0 commit comments