-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error when running docker container #63
Comments
Hi, Yes, for now a demo dataset is required. We will look into making this optional so it doesn't crash without one but the easiest solution currently is to just specify a demo file (can just be a trivial/dummy dataset to get it running). |
Thanks for the super quick response. |
You can specify it in the
Alternatively, we often use a config file to specify a lot of these kinds of things. You can see examples of those in the azimuth-references repo --- e.g. here. In that case the docker command would look more like.
|
This solved the demo dataset problem. Thanks for that. |
You should be able to specify it similarly to the demodataset. E.g.
|
Awesome, looks like it is working perfectly now. Thanks a lot for the help! |
Closing this thread as providing a |
Hi there,
Thanks for sharing azimuth.
I am trying to run azimuth on an AWS EC2 instance using a docker container built from the dockerfile in the repo. The shiny server runs successfully and I am able to connect via the website but as soon as I click on the azimuth page it goes grey and i see the following error messages in the terminal:
I see that this error comes from line 208 in the server.R file and mentions demos. Do I need to include a demo file alongside the reference files or is there a way to disable the demo so that the app doesn't crash?
Thank you in advance.
The text was updated successfully, but these errors were encountered: