Skip to content

Commit

Permalink
hydra setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kw-corne committed Aug 21, 2023
1 parent 7995efc commit 06669a4
Show file tree
Hide file tree
Showing 60 changed files with 723 additions and 1,794 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN pip install -e '.[dev]' # dev reqs needed for tests
# Check if installation was succesful
RUN auto-verify --version
RUN auto-verify install nnenum
RUN auto-verify install abcrown
# RUN auto-verify install abcrown
# RUN auto-verify install verinet
# RUN auto-verify install ovalbab

RUN echo $'set +euo pipefail \n\
conda activate av \n\
Expand All @@ -28,7 +30,7 @@ RUN chmod +x entrypoint.sh

# Integration tests, should fail if installing went wrong.
# No GPU on gh-actions
RUN if ! python -m pytest -v -m "not uses_gpu"; then exit 1; fi
RUN if ! python -m pytest -v; then exit 1; fi

ENTRYPOINT ["./entrypoint.sh"]
# Clean up all images: docker rmi -f $(docker images -aq)
Empty file.
7 changes: 0 additions & 7 deletions autoverify/portfolio/.old/hydra/__init__.py

This file was deleted.

211 changes: 0 additions & 211 deletions autoverify/portfolio/.old/hydra/hydra.py

This file was deleted.

147 changes: 0 additions & 147 deletions autoverify/portfolio/.old/hydra/hydra_scenario.py

This file was deleted.

Loading

0 comments on commit 06669a4

Please sign in to comment.