We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81486e commit cb61c1bCopy full SHA for cb61c1b
1 file changed
.devcontainer/devcontainer.json
@@ -46,7 +46,7 @@
46
47
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt && npm install",
48
"waitFor": "onCreateCommand",
49
- "updateContentCommand": "\\\nconda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
+ "updateContentCommand": "npm install --prefix penguin-classification; \\\nconda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
50
// "postCreateCommand": "conda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
51
"postAttachCommand": {
52
"server": "code penguin-classification/docs/data/predictions.csv.py && npm run obs"
0 commit comments