Codespace for tutorial based on Dockerfile #142
Merged
vissarion merged 18 commits intoGeomScale:developfrom Apr 26, 2026
Merged
Codespace for tutorial based on Dockerfile #142vissarion merged 18 commits intoGeomScale:developfrom
vissarion merged 18 commits intoGeomScale:developfrom
Conversation
vissarion
approved these changes
Apr 24, 2026
| docker run --rm -it -v <path_to_WLS_license>:/opt/gurobi/gurobi.lic -v <path_to_your_model>:/data dingo | ||
| ``` | ||
|
|
||
| > **Remember** for this use need the WLS Gurobi license. |
Member
There was a problem hiding this comment.
phrasing here need some check.
Collaborator
Author
|
In my understanding Google Colab is not needed anymore. With just a click, in ~3 minutes, you get your codespace and you are good to go! I cannot think of a reason for supporting both Colab and codespace. But, still, to me this would not be necessary and would add some noise. |
Member
|
OK, I agree with keeping only one, then we should add a note on top of codelab after merging this. There is only a minor comment for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR I address:
This is done thanks to the
devcontainer.jsonwhich enables firing codespaces based on a Dockerfile.In our case, a Dockerfile is good to have to enable
dingorunning in non-Linux environments; this is why I also added a part on the mainREADMEon how to do so (see #124) .Last, I edited the notebook tutorial (`dingo_tutorial.ipynb) to include cases for sampling with other methods than MMCS.