File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,23 @@ git clone https://github.com/chekoduadarsh/BlocklyML
5050After cloning the repo you can either follow the Flask Method
5151
5252
53+ # Running the App Using Docker
54+
55+ If you've cloned the project and want to build the image, follow these steps:
56+
57+ 1.Open your terminal and navigate to the project directory.
58+
59+ 2.Run the following command to build the Docker image:
60+
61+ ``` shell
62+ docker build . -t blocklyml/demo
63+ ```
64+ Once the image is built, you can launch the app by executing the following command:
65+
66+ ``` shell
67+ docker run -ti -p5000:5000 blockly_ml/demo
68+ ```
69+ This will start the app, and you'll be able to access it by opening your web browser and navigating to ` http://localhost:5000 `
5370### Flask Method
5471
5572Install the requirements from ` requirements.txt ` with the following command
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ itsdangerous==2.1.2
1616Jinja2 == 3.1.1
1717kiwisolver == 1.4.0
1818MarkupSafe == 2.1.1
19- numpy == 1.19 .0
19+ numpy == 1.20 .0
2020packaging == 21.3
2121pandas == 1.3.5
2222plotly == 5.6.0
You can’t perform that action at this time.
0 commit comments