-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
25 additions
and
181 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM ubuntu:22.04 | ||
MAINTAINER Niema Moshiri <[email protected]> | ||
RUN apt-get update && apt-get upgrade -y && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y g++ gcc git python3 python3-dev python3-pip && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y g++ gcc git python3 python3-dev python3-pip texlive-fonts-extra texlive-latex-extra texlive-xetex latexmk && \ | ||
python3 -m pip install --upgrade --no-cache-dir --ignore-installed pip && \ | ||
pip3 install --no-cache-dir --ignore-installed wheel && \ | ||
pip3 install --no-cache-dir --ignore-installed jupyter-book && \ | ||
|
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 |
---|---|---|
|
@@ -5,5 +5,3 @@ format: jb-book | |
root: intro | ||
chapters: | ||
- file: markdown | ||
- file: notebooks | ||
- file: markdown-notebooks |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.