Skip to content

Commit

Permalink
use edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Sep 11, 2023
1 parent 99b2730 commit 4d03bd3
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 @@ -12,7 +12,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y mpich && DP_BUILD_TESTING=1 LMP_CXX11_ABI_0=1 DP_LAMMPS_VERSION=stable_2Aug2023 DP_ENABLE_IPI=1 pip3 install --user .[cpu,test,lmp]",
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y mpich && DP_BUILD_TESTING=1 LMP_CXX11_ABI_0=1 DP_LAMMPS_VERSION=stable_2Aug2023 DP_ENABLE_IPI=1 pip3 install --user -e .[cpu,test,lmp]",

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 4d03bd3

Please sign in to comment.