-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installing rustc/cargo for mybinder demo
when we switch to teh rust compiler by default, mybinder stop working, as reoported in #1054 this is because the binder docker image does not have a rust compiler or tools, this install them by using the apt.txt file
- Loading branch information
Alvaro Leiva Geisse
committed
Jan 2, 2024
1 parent
43a27b1
commit 2a9d0fb
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Using mybinder | ||
------------- | ||
|
||
This repository needs some special packages when running examples and tutorial using [mybinder](https://mybinder.org/v2/gh/instagram/LibCST/main?filepath=docs/source/tutorial.ipynb). We use the file apt.txt to install rustc and cargo. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
rustc | ||
cargo |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ libcst/_version.py | |
target/ | ||
venv/ | ||
.venv/ | ||
.idea/ |