Skip to content

Commit

Permalink
Docker (#21896)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickSanchezStoic authored Aug 15, 2023
1 parent 2de16f0 commit 3bd55e1
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 @@ -85,6 +85,6 @@ def install_pkg(path, pkg, base="fw/"):
# uninstall requests when done
# install requests only for build, and uninstall it later
subprocess.run(
f"yes |pip3 uninstall -y requests",
f"yes |pip3 uninstall requests",
shell=True,
)

0 comments on commit 3bd55e1

Please sign in to comment.