Skip to content

Commit c72c881

Browse files
committed
updated dockerfile to checkout main
1 parent 8a92c8c commit c72c881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 1
2525
RUN git clone [email protected]:Scientific-Computing-Lab/gpuFLOPBench.git /gpu-flopbench
2626

2727
# get the LFS files
28-
RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
28+
RUN cd /gpu-flopbench && git checkout main && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
2929

3030
# Set the working directory
3131
WORKDIR /gpu-flopbench

0 commit comments

Comments
 (0)