Skip to content

Commit

Permalink
docker: fix snekmate.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Feb 17, 2025
1 parent 5030086 commit 1652b1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ RUN pip install -r requirements.txt

# TODO: move this into an ENV or sort of...
RUN python -c 'import vvm; vvm.install_vyper("0.4.0", True)'
RUN ape pm install
RUN ape pm compile

ENTRYPOINT []
5 changes: 2 additions & 3 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ vyper:
evm_version: cancun

dependencies:
- pypi: snekmate
- site_package: snekmate
config_override:
base_path: src
contracts_folder: snekmate
contracts_folder: .

networks:
custom:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ eth-ape
ape-vyper
ape-etherscan

snekmate

black

0 comments on commit 1652b1a

Please sign in to comment.