fslaborg / fslaborg.github.io

The fslab website
https://fslab.org
MIT License
11 stars 15 forks source link

Update Dockerfile comments #41

Closed 64J0 closed 2 years ago

64J0 commented 2 years ago

Description:

With this PR, I want to update the src/Dockerfile comments. Those changes are only “cosmetic” in the sense that I'm not adding any behavior, just updating the comments to make this file look more beautiful.

Let me know if you'd like to change something.

64J0 commented 2 years ago

Hey, just to know, where is this Dockerfile used?

64J0 commented 2 years ago

Any updated on this?

kMutagene commented 2 years ago

Hey, just to know, where is this Dockerfile used?

This is the dockerfile used by binder to host the notebooks (when you click on "open in binder" on the tutorials pages) e.g.: https://mybinder.org/v2/gh/fslaborg/fslaborg.github.io/gh-pages?filepath=content/tutorials/002_clustering_kMeans.ipynb

These fail currently because we need .net 6 for the latest dotnet interactive tool - another reason why splitting the website (which needs .net 5 due to fornax being .net 5) from the blog.

64J0 commented 2 years ago

I see, thanks for the explanation @kMutagene.