Skip to content

Commit

Permalink
Revert back to clings from pip
Browse files Browse the repository at this point in the history
Build with spack went over 6 hours
  • Loading branch information
vsoch committed Nov 7, 2021
1 parent c631de9 commit e14d36a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,15 @@ RUN dnf update --refresh -y \
&& dnf clean all

RUN python3 -m pip install --upgrade pip setuptools wheel \
&& python3 -m pip install boto3 pyyaml pytz minio requests \
&& python3 -m pip install boto3 pyyaml pytz minio requests clingo \
&& rm -rf ~/.cache

ENV SPACK_ROOT=/opt/spack

RUN git clone -b vsoch/db-17 https://github.com/vsoch/spack /opt/spack && \
cd /opt/spack && \
. share/spack/setup-env.sh && \
spack compiler find && \
spack install zlib # to bootstrap clingo
spack compiler find

RUN git clone https://github.com/buildsi/symbolator && \
cd symbolator && \
Expand Down

0 comments on commit e14d36a

Please sign in to comment.