This repository was archived by the owner on Jun 20, 2020. It is now read-only.

Description
Hello , I have isntalled Docker and ran below command successfully
PS C:\SAI\WaterNet-master> docker build -t water_net .
The below command immediately after this is resulting in errors
PS C:\SAI\WaterNet-master> waterNet -h
waterNet : The term 'waterNet' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ waterNet -h
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (waterNet:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException