Skip to content

Commit

Permalink
scrub remaining layers
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 25, 2023
1 parent fae8d1f commit bf10a1b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,20 +165,28 @@ RUN printf -- "--- TIME %s %s\n" `date +%H:%M` torch && \
# Restore original value of TMPDIR
ENV TMPDIR=$TMPTMPDIR

# FIXME this is top level stuff why don't we do this FIRST?
WORKDIR /aha
RUN source bin/activate && \
RUN printf -- "--- TIME %s %s\n" `date +%H:%M` misc && \
source bin/activate && \
pip install urllib3==1.26.15 && \
pip install wheel six && \
pip install systemrdl-compiler peakrdl-html && \
pip install -e . && \
pip install packaging==21.3 && \
pip install -e ./pono/deps/smt-switch/build/python && \
pip install -e pono/build/python/ && aha deps install
aha deps install

WORKDIR /aha
# We already installed pono...didn't we?
# pip install -e ./pono/deps/smt-switch/build/python && \
# pip install -e pono/build/python/ && \

WORKDIR /aha
ENV OA_UNSUPPORTED_PLAT=linux_rhel60
ENV USER=docker

RUN echo "source /aha/bin/activate" >> /root/.bashrc && \
RUN printf -- "--- TIME %s %s\n" `date +%H:%M` bashrc && \
echo "source /aha/bin/activate" >> /root/.bashrc && \
echo "source /cad/modules/tcl/init/sh" >> /root/.bashrc

# END
RUN printf -- "+++ TIME %s %s\n" `date +%H:%M` end

0 comments on commit bf10a1b

Please sign in to comment.