Ver código fonte

use local file

hzq 1 ano atrás
pai
commit
43eb23eb2e
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      frameworks/C++/paozhu/paozhu.dockerfile

+ 4 - 1
frameworks/C++/paozhu/paozhu.dockerfile

@@ -16,7 +16,10 @@ WORKDIR /
 
 RUN wget https://github.com/hggq/paozhu/releases/download/v1.5.8/benchmark.zip
 RUN unzip benchmark.zip
-RUN mv ./benchmark/* ./
+# RUN mv ./benchmark/* ./
+
+WORKDIR /benchmark
+COPY ./ ./
 
 RUN cmake . -B build -DCMAKE_BUILD_TYPE=Release 
 RUN cmake --build build