Skip to content

Commit

Permalink
fix error when installing scs in a docker container on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun authored and buehlefs committed Jan 31, 2024
1 parent 00efeb7 commit a36e63d
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 @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source="https://github.com/UST-QuAntiL/qhana-plug

# install git and remove caches again in same layer
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends git build-essential cmake && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends git build-essential cmake libopenblas-dev && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /app

Expand Down

0 comments on commit a36e63d

Please sign in to comment.