I added a command to install flask in the dockerfile, as the global path GUI in local_pathfinding uses the flask library.
Verification
To verify, I ran the rebuild container command, reloaded the window, and ran flask --version in the terminal. The version of flask installed was printed so the library was successfully added.
Description
I added a command to install flask in the dockerfile, as the global path GUI in local_pathfinding uses the flask library.
Verification
To verify, I ran the rebuild container command, reloaded the window, and ran
flask --version
in the terminal. The version of flask installed was printed so the library was successfully added.Resources
I followed the steps in this README file