Skip to content

Commit 6c3e775

Browse files
committed
devtools subtag: Add package libkrb5-dev
- Update README.md - Update NOTES.md
1 parent 41fcc72 commit 6c3e775

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

NOTES.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ are installed.
9292

9393
### Default
9494

95-
* [Terminal IPython](base/conf/ipython/usr/local/etc/ipython/ipython_config.py):
96-
* Only enable figure formats `svg` and `pdf` for Terminal IPython.
97-
* [IPython kernel](base/conf/ipython/usr/local/etc/ipython/ipython_kernel_config.py):
98-
* Only enable figure formats `svg` and `pdf` for IPython Kernel (Jupyter
99-
Notebooks).
95+
* [IPython](base/conf/ipython/usr/local/etc/ipython/ipython_config.py):
96+
* Only enable figure formats `svg` and `pdf` for IPython.
10097
* [JupyterLab](base/conf/jupyterlab/usr/local/share/jupyter/lab/settings/overrides.json):
10198
* Theme > Selected Theme: JupyterLab Dark
10299
* Terminal > Font family: MesloLGS NF
@@ -136,10 +133,7 @@ are installed.
136133

137134
### Customise
138135

139-
* Terminal IPython: Create file `~/.ipython/profile_default/ipython_config.py`
140-
* Valid figure formats: `png`, `retina`, `jpeg`, `svg`, `pdf`.
141-
* IPython kernel: Create file
142-
`~/.ipython/profile_default/ipython_kernel_config.py`
136+
* IPython: Create file `~/.ipython/profile_default/ipython_config.py`
143137
* Valid figure formats: `png`, `retina`, `jpeg`, `svg`, `pdf`.
144138
* JupyterLab: Settings > Advanced Settings Editor
145139
* code-server: Manage > Settings
@@ -186,11 +180,13 @@ and/or pnpm:
186180
* [Installation | Yarn - Package Manager > Updating the global Yarn version](https://yarnpkg.com/getting-started/install#updating-the-global-yarn-version)
187181
* [Installation | pnpm > Using Corepack](https://pnpm.io/installation#using-corepack)
188182

189-
## OS Python
183+
## System Python
190184

191-
Package `libsecret-1-dev` depends on `python3` from the OS' package repository.
185+
Package `libsecret-1-dev` depends on `python3` from the system's package
186+
repository.
192187

193-
The OS' Python version is installed at `/usr/bin`.
188+
The system's Python version is installed at `/usr/bin`.
194189

195-
:information_source: Because the [recent Python version](#python) is installed
196-
at `/usr/local/bin`, it takes precedence over the OS' Python version.
190+
:information_source: Because [a more recent Python version](#python) is
191+
installed at `/usr/local/bin`, it takes precedence over the system's Python
192+
version.

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,14 @@ docker run -it --rm \
215215
216216
What makes this project different:
217217
218-
1. Multi-arch: `linux/amd64`, `linux/arm64/v8`
218+
1. Multi-arch: `linux/amd64`, `linux/arm64/v8`
219+
:information_source: Runs on Apple M series using Docker Desktop.
219220
1. Base image: [Debian](https://hub.docker.com/_/debian) instead of
220-
[Ubuntu](https://hub.docker.com/_/ubuntu)
221+
[Ubuntu](https://hub.docker.com/_/ubuntu)
222+
:information_source: CUDA-enabled images are Ubuntu-based.
221223
1. IDE: [code-server](https://github.com/coder/code-server) next to
222-
[JupyterLab](https://github.com/jupyterlab/jupyterlab)
224+
[JupyterLab](https://github.com/jupyterlab/jupyterlab)
225+
:information_source: code-server = VS Code in the browser.
223226
1. Just Python – no [Conda](https://github.com/conda/conda) /
224227
[Mamba](https://github.com/mamba-org/mamba)
225228

common/subtags/devtools/latest.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ WORKDIR ${HOME}
3434
RUN apt-get update \
3535
&& apt-get install -y --no-install-recommends \
3636
bats \
37+
libkrb5-dev \
3738
libsecret-1-dev \
3839
libx11-dev \
3940
libxkbfile-dev \

0 commit comments

Comments
 (0)