Skip to content

Commit f34ee60

Browse files
committed
remove octave exec and add armadillo
1 parent 1e26167 commit f34ee60

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ COPY HelloWorld /HelloWorld
2020
WORKDIR /HelloWorld/
2121
RUN g++ -o HelloWorld helloworld.cpp
2222
CMD ["./HelloWorld"]
23-
CMD ["octave --eval helloworld"]
23+
# CMD ["octave --eval helloworld"]
2424

2525
# # Armadillo test
26-
# COPY ArmadilloTest /ArmadilloTest
27-
# WORKDIR ../ArmadilloTest/
28-
29-
# RUN g++ example.cpp -o example.lnx -O2 -larmadillo
30-
# CMD ["./example.lnx"]
26+
COPY ArmadilloTest /ArmadilloTest
27+
WORKDIR ../ArmadilloTest/
28+
RUN g++ example.cpp -o example.lnx -O2 -larmadillo
29+
CMD ["./example.lnx"]
3130

3231

0 commit comments

Comments
 (0)