Skip to content

Commit

Permalink
fix: adds -y flag in docker pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabgit authored Aug 15, 2023
1 parent 2df191d commit 95fe3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/multicuda_framework_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ def install_pkg(path, pkg, base="fw/"):
# uninstall requests when done
# install requests only for build, and uninstall it later
subprocess.run(
f"pip3 uninstall requests",
f"pip3 uninstall -y requests",
shell=True,
)

0 comments on commit 95fe3f4

Please sign in to comment.