Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified docker file to use wget instead of curl (#3058)
For some weird reason, I couldn't compile the script with python version 3 - seems like the curl command was having issues downloading the miniconda script. Hence modified the script to use wget instead of curl. This solved my problem.
- Loading branch information