bh2smith / dune-sync

GNU General Public License v3.0
2 stars 2 forks source link

docker run results in unexpected error #74

Closed fleupold closed 4 days ago

fleupold commented 4 days ago

Running the command

docker run ghcr.io/bh2smith/dune-sync:latest

results in the following output:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/app/src/main.py", line 26, in <module>
    from src.config import RuntimeConfig
  File "/app/src/config.py", line 13, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'
bh2smith commented 4 days ago

I think we need to add this to the requirements. Good catch.