Skip to content

Commit 0ffac3f

Browse files
committed
update to latest
1 parent 9f5dd97 commit 0ffac3f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated with PreTeXt 2.20.0.
1+
// This file was automatically generated with PreTeXt 2.21.0.
22
// If you modify this file, PreTeXt will no longer automatically update it.
33
//
44
//////////////////////////////////////////////////////////////
@@ -13,10 +13,10 @@
1313
//
1414
///////////////////////////////////////////////////////////////
1515
{
16-
"image": "oscarlevin/pretext-full:2.20.0",
16+
"image": "oscarlevin/pretext-full",
1717
// If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image.
18-
// "image": "oscarlevin/pretext:2.20.0",
19-
"features": {},
18+
// "image": "oscarlevin/pretext",
19+
"features": {"ghcr.io/devcontainers/features/github-cli": {}},
2020

2121
// The pretext-full image above includes pretext, prefigure, and enough parts of latex and sagemath for most cases. If there are errors with sage, you can install the full sagemath package through Conda by running ./.devcontainer/installSage.sh, or uncommenting that line and rebuilding the container.
2222
"postCreateCommand": {

.devcontainer/installPandoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# This file was automatically generated with PreTeXt 2.20.0.
3+
# This file was automatically generated with PreTeXt 2.21.0.
44
# If you modify this file, PreTeXt will no longer automatically update it.
55

66
wget https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb -O pandoc.deb

.devcontainer/installSage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# This file was automatically generated with PreTeXt 2.20.0.
3+
# This file was automatically generated with PreTeXt 2.21.0.
44
# If you modify this file, PreTeXt will no longer automatically update it.
55

66
# Conda should already be installed in the codespace. We need to add the conda-forge channel

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated with PreTeXt 2.20.0.
1+
# This file was automatically generated with PreTeXt 2.21.0.
22
# If you modify this file, PreTeXt will no longer automatically update it.
33
#
44
# Boilerplate list of files in a PreTeXt project for git to ignore

0 commit comments

Comments
 (0)