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
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
The text was updated successfully, but these errors were encountered:
Mispell
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
The text was updated successfully, but these errors were encountered: