Skip to content

Commit 135e696

Browse files
committed
fix dockerfile
1 parent a55a9c5 commit 135e696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ COPY . /home/raja/workspace
4949
WORKDIR /home/raja/workspace/build
5050
RUN bin/bash -c "source /opt/intel/oneapi/setvars.sh 2>&1 > /dev/null && \
5151
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icpx -DENABLE_OPENMP=On .. && \
52-
make -j 8 &&\
53-
ctest -T test --output-on-failure"
52+
make -j 8 &&" \
53+
ctest -T test --output-on-failure
5454

5555
##FROM ghcr.io/rse-ops/cuda:cuda-10.1.243-ubuntu-18.04 AS nvcc10.1.243
5656
##ENV GTEST_COLOR=1

0 commit comments

Comments
 (0)