Skip to content

Commit b2cb896

Browse files
authored
Build: fix file path of libnpy.
1 parent 991057f commit b2cb896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN cd /tmp \
6060

6161
RUN cd /tmp \
6262
&& git clone https://github.com/llohse/libnpy.git \
63-
&& cp libnpy/include/npy.hpp /usr/local \
63+
&& cp libnpy/include/npy.hpp /usr/local/include \
6464
&& rm -rf libnpy
6565

6666
RUN cd /tmp \

0 commit comments

Comments
 (0)