Skip to content

Commit

Permalink
fix(dockerfile): fix extra and
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Jan 31, 2025
1 parent a6f7d95 commit 4e58051
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 @@ -112,7 +112,7 @@ LABEL \
# Set up venv
RUN uv venv && . .venv/bin/activate

RUN [[ "${TARGETARCH}" == "aarch64" ]] &&& uv pip install --verbose ndindex || echo "libatomic1 cant be installed"
RUN [[ "${TARGETARCH}" == "aarch64" ]] && uv pip install --verbose ndindex || echo "libatomic1 cant be installed"


# install packadges and build EMHASS
Expand Down

0 comments on commit 4e58051

Please sign in to comment.