Skip to content

Commit

Permalink
🐳 remove unnecessary GNU parallel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLau0220 committed Dec 26, 2023
1 parent c6b9f88 commit 46cf3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ RUN dnf install -y \
clang \
cmake \
lapack-devel \
openblas-devel \
parallel
openblas-devel
3 changes: 1 addition & 2 deletions docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ FROM fedora:38 AS runner
RUN dnf install -y \
lapack \
openblas-serial \
libomp \
parallel
libomp

COPY --from=builder /app/build/qsyn /usr/local/bin/qsyn

Expand Down

0 comments on commit 46cf3cd

Please sign in to comment.