-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: use Github based GPU instance (#181)
* MAINT: use Github based GPU instance * TMP: disable build cache * update status page * TST: remove docker layer and test locally * try building html only and add numpyro * try cuda_pip installer * Revert "try cuda_pip installer" This reverts commit 6b3a167. * remove numpyro * revert to docker container to check nvidia driver versions * TST: fetch github actions hosted container * try install updated nvidia drivers (need reboot?) * update apt sources * use latest cuda=12.5 container * enable latex and download notebook builds * switch cache and publish to github actions
- Loading branch information
Showing
5 changed files
with
21 additions
and
83 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
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
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
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 |
---|---|---|
@@ -1,27 +1,26 @@ | ||
name: lecture-jax | ||
name: quantecon | ||
channels: | ||
- default | ||
dependencies: | ||
- python=3.11 | ||
- anaconda=2023.09 | ||
- anaconda=2024.02 | ||
- pip | ||
- pip: | ||
- jupyter-book==0.15.1 | ||
- docutils==0.17.1 | ||
- quantecon-book-theme==0.7.1 | ||
- sphinx-tojupyter==0.3.0 | ||
- sphinxext-rediraffe==0.2.7 | ||
- sphinx-reredirects==0.1.3 | ||
- sphinx-exercise==0.4.1 | ||
- ghp-import==1.1.0 | ||
- sphinxcontrib-youtube==1.1.0 | ||
- sphinx-togglebutton==0.3.1 | ||
- arviz==0.13.0 | ||
- array-to-latex | ||
- prettytable | ||
- kaleido | ||
# Sandpit Requirements | ||
# - quantecon | ||
# - array-to-latex | ||
# - PuLP | ||
# - cvxpy | ||
# - cvxopt | ||
# - cylp | ||
# - prettytable | ||
- arviz | ||
# Docker Requirements | ||
- pytz | ||
# Docutils Issue (https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/322) | ||
- docutils==0.17.1 | ||
|
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