Skip to content

Commit cb61c1b

Browse files
authored
Update devcontainer.json
1 parent a81486e commit cb61c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt && npm install",
4848
"waitFor": "onCreateCommand",
49-
"updateContentCommand": "\\\nconda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
49+
"updateContentCommand": "npm install --prefix penguin-classification; \\\nconda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
5050
// "postCreateCommand": "conda config --add channels conda-forge; \\\nconda install --file penguin-classification/requirements.txt --y",
5151
"postAttachCommand": {
5252
"server": "code penguin-classification/docs/data/predictions.csv.py && npm run obs"

0 commit comments

Comments
 (0)