-
Notifications
You must be signed in to change notification settings - Fork 11
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 with building docker image #88
Comments
@kinal1999 are you using the latest version of the repo? |
@universvm I am using the latest version of the main branch repo. i added streamlit to the requirements and am getting the following error |
@kinal1999 I'm not sure if you are using the latest version because I believe we removed the BUDEFF dependency a while ago. I suggest you clone it again. You don't need to add streamlit to the requirements. Please don't change anything you should be able to build as is. |
Please use the following command after cloning cd timed-design
docker build --no-cache -t timed_design . |
@kinal1999 are you able to get more information like a log? It is difficult to understand what went wrong from this screenshot other than ampal was not installed (which seems to be different from the first error you had so I'm assuming we are making progress) |
@kinal1999 I have pushed our compiled container to docker hub. hope it helps: https://hub.docker.com/r/universvm/timed-design |
hi! i am still getting the same error. would you be able to assist deploying it on www.healthuniverse.com ? |
@CommunityDiscovery Have you tried the docker container https://hub.docker.com/r/universvm/timed-design |
@kinal1999 Given that there's only 1 pull for the docker container, ie. mine, I don't think you're following the instructions. I have just tried to pull it on my mac and our AMD-based servers with no issues. My guess is that you're either using a different container or that you're not pulling the correct one from Docker. I would be able to help you but please, at least let me know what you tried and the exact error messages, otherwise it is impossible for me to debug. |
The text was updated successfully, but these errors were encountered: