Skip to content

Commit

Permalink
Switch VSCode Remote Containers from building to downloading image
Browse files Browse the repository at this point in the history
Building the image every time is a *terrible* idea, just use existing alexpovel/latex image
  • Loading branch information
alexpovel committed Feb 18, 2022
1 parent 0136837 commit 4efd364
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "LaTeX",
"build": {
"dockerfile": "image/Dockerfile",
},
// Either build the local Dockerfile directly (which can take hours due to slow
// TeXLive servers):
// "build": {
// "dockerfile": "image/Dockerfile",
// },
// or rather use a pre-existing image and simply download from DockerHub:
"image": "alexpovel/latex",
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
Expand Down

0 comments on commit 4efd364

Please sign in to comment.