Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryce committed Aug 2, 2024
1 parent b39ba9a commit 99a97ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ RUN pip install --no-cache-dir fastapi>=0.103.1
RUN pip install --no-cache-dir --upgrade setuptools pip
RUN pip install --no-cache-dir wheel

RUN pip install /dreal4/dreal-*.whl
# RUN pip install /dreal4/dreal-*.whl

CMD [ "/bin/bash" ]
2 changes: 1 addition & 1 deletion docker/dev/user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ WORKDIR /home/$UNAME
RUN pip install --no-cache-dir z3-solver
RUN pip install --no-cache-dir graphviz

RUN pip install /dreal4/dreal-*.whl
# RUN pip install /dreal4/dreal-*.whl

# Install funman dev packages
COPY --chown=$UID:$GID . funman
Expand Down

0 comments on commit 99a97ab

Please sign in to comment.