Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_data.py is missing #836

Open
ParticleOne opened this issue Sep 17, 2024 · 0 comments
Open

create_data.py is missing #836

ParticleOne opened this issue Sep 17, 2024 · 0 comments

Comments

@ParticleOne
Copy link

Describe the bug

The webapp/README mentions a create_data.py file that does not exist. I'm attempting to run the webapp via docker, and it fails while looking for entries.json. I also don't have a measurements.json.

To Reproduce
I created a small docker-compose.yml to make my command line shorter I use:

services:
  autoeq:
    build: .
    volumes:
      - ${PWD}:/app
    ports:
      - 8000:8000

docker compose build
docker compose run

Expected behavior
I expected the webapp to start and that I'd be able to use it as normal.

System:
MacOS. Docker

Additional context
I'm running locally while adding the ability to export a set of zip files that contain multiple convolution files via the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant