Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 authored Sep 7, 2024
1 parent 7684fea commit c87167a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"settings": {
"jupyter.defaultKernelSpec": "/home/codespace/.python/current/bin/python"
}
},
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-plain-generic pandoc && pip install -r requirements.txt"
}
}
},
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-plain-generic pandoc && pip install -r requirements.txt"
}

0 comments on commit c87167a

Please sign in to comment.