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 870240c commit a0e2b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
}
}
},
"postCreateCommand": "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/* && pip install -r requirements.txt"
"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/*"
],
"postCreateCommand": "pip install -r requirements.txt"
}

0 comments on commit a0e2b8d

Please sign in to comment.