Skip to content

Commit 8535ef1

Browse files
author
Ziqun Ye
committed
revert back the path for docker build
1 parent 32761ee commit 8535ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/opctl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def build_image(
188188
command += ["--build-arg", f"https_proxy={os.environ['https_proxy']}"]
189189
if os.environ.get(CONTAINER_NETWORK):
190190
command += ["--network", os.environ[CONTAINER_NETWORK]]
191-
command += [os.path.join(os.path.abspath(curr_dir), "docker")]
191+
command += [os.path.abspath(curr_dir)]
192192
logger.info("Build image with command %s", command)
193193
proc = run_command(command)
194194
if proc.returncode != 0:

0 commit comments

Comments
 (0)