Skip to content

Commit 7be68a0

Browse files
committed
drop mamba env update
1 parent 029fe6a commit 7be68a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//"postStartCommand": "nohup bash -c 'gadgetron >& /tmp/gadgetron.log &'" // already done in image
1414
"remoteUser": "jovyan",
1515
"portsAttributes": {"8888": {"label": "Jupyter", "onAutoForward": "ignore"}},
16-
"postCreateCommand": "bash ./scripts/download_data.sh -m -p && sed -i /astra-toolbox/d environment.yml && mamba env update",
16+
"postCreateCommand": "bash ./scripts/download_data.sh -m -p",
1717
// "features": {}, // https://containers.dev/features
1818
"customizations": {"vscode": {"extensions": [
1919
"ms-python.python",

.devcontainer/gpu/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//"postStartCommand": "nohup bash -c 'gadgetron >& /tmp/gadgetron.log &'" // already done in image
1616
"remoteUser": "jovyan",
1717
"portsAttributes": {"8888": {"label": "Jupyter", "onAutoForward": "ignore"}},
18-
"postCreateCommand": "bash ./scripts/download_data.sh -m -p && sed -i /astra-toolbox/d environment.yml && mamba env update",
18+
"postCreateCommand": "bash ./scripts/download_data.sh -m -p",
1919
// "features": {}, // https://containers.dev/features
2020
"customizations": {"vscode": {"extensions": [
2121
"ms-python.python",

0 commit comments

Comments
 (0)