Skip to content

Commit

Permalink
add sorted-examples into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiguli committed Apr 29, 2024
1 parent 92e70b7 commit 2d532fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN cd nlopt-2.7.1 && \
RUN find /usr -type f -wholename '*/armadillo_bits/config.hpp' -exec sed -i 's/\s*\/\/\s*#define ARMA_USE_HDF5/#define ARMA_USE_HDF5/g' {} \;

COPY src src
COPY examples examples
COPY examples examples
COPY sorted-examples sorted-examples

ENTRYPOINT [ "bash" ]

0 comments on commit 2d532fc

Please sign in to comment.