Skip to content
Snippets Groups Projects
Commit 67a5dafc authored by calrama's avatar calrama
Browse files

Quoting

parent 392aa60e
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ RUN . /Library.ps1; \
boost-property-tree:$vcpkg_triplet \
jsoncpp:$vcpkg_triplet \
websocketpp:$vcpkg_triplet; \
Must-Run ./vcpkg install opencv[ffmpeg,ximea,cuda,opengl]:$vcpkg_triplet; \
Must-Run ./vcpkg install mxnet[cpp,opencv,cuda,cudnn]:$vcpkg_triplet; \
Must-Run ./vcpkg install "opencv[ffmpeg,ximea,cuda,opengl]:$vcpkg_triplet"; \
Must-Run ./vcpkg install "mxnet[cpp,opencv,cuda,cudnn]:$vcpkg_triplet"; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flang.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flangrti.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/libomp.dll ./installed/$vcpkg_triplet/bin/; \
......@@ -101,8 +101,8 @@ RUN . /Library.ps1; \
boost-property-tree:$vcpkg_triplet \
jsoncpp:$vcpkg_triplet \
websocketpp:$vcpkg_triplet; \
Must-Run ./vcpkg install opencv[ffmpeg,ximea,opengl]:$vcpkg_triplet; \
Must-Run ./vcpkg install mxnet[cpp,opencv]:$vcpkg_triplet; \
Must-Run ./vcpkg install "opencv[ffmpeg,ximea,opengl]:$vcpkg_triplet"; \
Must-Run ./vcpkg install "mxnet[cpp,opencv]:$vcpkg_triplet"; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flang.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flangrti.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/libomp.dll ./installed/$vcpkg_triplet/bin/; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment