You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This projects goal is to take an OML file that describes a bayesian network and create a visualization of it. This will also take into consideration different types of evidence input by the user.
This will be deployed on a server as a web application.
Visual Studio Code installed on your machine. If you do not have VSCode installed, please follow the installation guide at Visual Studio's official website: https://code.visualstudio.com/download
Start Docker Desktop
Ensure Docker Desktop is running on your machine
Clone the repository
Use the green code button on the GitHub code page and copy the HTTPS link
Once copied open VScode and get to the welcome page
Locate the clone git repository link and paste in the HTTPS link that was just coppied
Follow the on screen prompts
Building the Docker image
Open the cloned repo in VSCode
In the top left corner of VSCode open a new terminal
In the VSCode terminal that was just opened paste this command and press the enter key: docker build -t ua-bayesview .
Note: This will take a few minutes to run as its building the docker image
Running the Docker image
Open Docker Desktop and go to the Images tab on the left hand side of the application
Under the Name column find ua-bayesview
Click the run button on in the Actions column of the ua-bayesview image
A pop-up will be displayed asking for "Optional settings"
Click the drop down menu and locate the Host port input section