Skip to content

Commit e6d4fef

Browse files
committed
properly grabbing LFS files
1 parent 3486509 commit e6d4fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 1
2626
# clone the repo into the container
2727
RUN git clone https://github.com/Scientific-Computing-Lab/gpuFLOPBench.git /gpu-flopbench
2828

29-
RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull
29+
# get the LFS files
30+
RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
3031

3132
# Set the working directory
3233
WORKDIR /gpu-flopbench

0 commit comments

Comments
 (0)