Skip to content

Commit

Permalink
Remove references to non existing files (#90)
Browse files Browse the repository at this point in the history
* Escape symbol

* Remove non existing files

* Revert "Escape symbol"

This reverts commit 3307b8c.
  • Loading branch information
mc-nv authored Dec 16, 2024
1 parent 34e28dc commit d423f1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/gen_openvino_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ def dockerfile_for_windows(output_file):
RUN xcopy /I /E \\workspace\\install\\runtime\\lib\\intel64\\%OPENVINO_BUILD_TYPE% lib
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\bin\\tbb12.dll bin\\tbb12.dll
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\bin\\tbb12_debug.dll bin\\tbb12_debug.dll
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\lib\\tbb.lib lib\\tbb.lib
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\lib\\tbb_debug.lib lib\\tbb_debug.lib
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\lib\\tbb12.lib lib\\tbb12.lib
RUN copy \\workspace\\install\\runtime\\3rdparty\\tbb\\lib\\tbb12_debug.lib lib\\tbb12_debug.lib
"""
Expand Down

0 comments on commit d423f1e

Please sign in to comment.