fsprojects / IfSharp

F# for Jupyter Notebooks
Other
440 stars 71 forks source link

Fix Docker compilation / build errors #194

Closed zakaluka closed 5 years ago

zakaluka commented 5 years ago

Received 2 separate errors during build

  1. Build could not find 4.7.2 libraries. This was fixed by upgrading mono version to 5.18 (latest).
  2. Build could not run the pip3 command. Fixed using advice from https://github.com/pypa/pip/issues/5221#issuecomment-382069604
cgravill commented 5 years ago

Looks good, merging, thanks @zakaluka

187