Skip to content

Commit f58a4c1

Browse files
authored
Merge pull request #253 from SyneRBI/devcontainer-skip-env
drop mamba env update
2 parents 029fe6a + 7be68a0 commit f58a4c1

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)