Skip to content

Commit

Permalink
build: Use mkdir -p when preparing install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 31, 2024
1 parent d6c65e4 commit dfff5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu22
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN mkdir /tmp/build && \
| tar --strip-components=1 -xzf - && \
cd Samples/1_Utilities/bandwidthTest && \
make -j20 && \
mkdir /tmp/cuda-samples && \
mkdir -p /tmp/cuda-samples/usr/bin && \
install bandwidthTest /tmp/cuda-samples/usr/bin/ && \
cd /tmp && \
rm -r /tmp/build
Expand Down

0 comments on commit dfff5ad

Please sign in to comment.