Skip to content

Commit

Permalink
(misc) minor fix in .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Oct 25, 2024
1 parent e5c87bd commit 09230ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"storage": "16gb"
},
"onCreateCommand": [
"micromamba shell init --shell --root-prefix=~/micromamba",
"micromamba shell init -s bash",
"micromamba activate",
"micromamba config append channels conda-forge",
"micromamba config set channel_priority strict",
Expand Down

0 comments on commit 09230ea

Please sign in to comment.