Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 authored Sep 8, 2024
1 parent 9177ca5 commit 5d3f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
}
}
},
"onCreateCommand": "sudo apt-get update && sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-plain-generic pandoc && sudo apt-get clean && sudo rm -rf /var/lib/apt/lists/*",
"onCreateCommand": "sudo apt-get update && sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-plain-generic pandoc git-lfs && sudo apt-get clean && sudo rm -rf /var/lib/apt/lists/*",
"postCreateCommand": "pip install -r requirements.txt"
}

0 comments on commit 5d3f0e0

Please sign in to comment.