Skip to content

Commit

Permalink
fix: update dependencies to ddl (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao authored Jul 4, 2022
1 parent 6f06849 commit 587bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY ./docker/script /script
COPY ./docker /docker

# copy ddl
COPY --from=buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.5 \
COPY --from=buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.15 \
/usr/lib/x86_64-linux-gnu/libOpenCL.so.1 \
/lib/x86_64-linux-gnu/libgcc_s.so.1 \
/lib/x86_64-linux-gnu/libutil.so.1 \
Expand Down

0 comments on commit 587bd0a

Please sign in to comment.