chekoduadarsh / BlocklyML

BlocklyML is a simple visual programming Tool for python and ML. 🧩 🖥️
https://blocklyml.onrender.com/
Apache License 2.0
444 stars 43 forks source link

Installing Manual Docker Issue | Name Inconsistency #125

Open BigCollie opened 2 hours ago

BigCollie commented 2 hours ago

Mispell

1.Open your terminal and navigate to the project directory. 2.Run the following command to build the Docker image:

docker build . -t blocklyml/demo

Once the image is built, you can launch the app by executing the following command:

docker run -ti -p5000:5000 blockly_ml/demo

Expected Behavior:

The image name should be consistent across both commands to avoid confusion and errors.

Actual Behavior:

The build command uses blocklyml/demo, while the run command uses blockly_ml/demo. This inconsistency leads to errors when trying to run the container, as the image cannot be found.

Suggested Fix:

Update the documentation to ensure that the image name is consistent.

Additional Information:

Docker version

Docker Desktop 4.34.3

Operating System

Microsoft Windows 11 Pro | Version 10.0.22631 Build 22631

github-actions[bot] commented 2 hours ago

Thank you for contributing to BLocklyML