Skip to content

Commit

Permalink
add vulkan to path
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 19, 2024
1 parent dd3d26f commit e3c313a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ RUN powershell -Command \
Remove-Item -Force C:\\node.zip

RUN setx /M PATH "%PATH%;C:\Node\node-v18.14.2-win-x64"

# add VULKAN_DLL_PATH to PATH
ARG VULKAN_DLL_PATH
COPY ${VULKAN_DLL_PATH} C:\\vulkan-sdt\vulkan-1.dll
RUN setx /M PATH "%PATH%;C:\vulkan-sdt\vulkan-1.dll"

RUN setx /M PATH "%PATH%;C:\vulkan-sdt"

# add VULKAN_DLL_PATH to PATH

RUN dir C:\Windows\\System32

Expand Down

0 comments on commit e3c313a

Please sign in to comment.