Skip to content

Commit 04c2254

Browse files
authored
Deployment for Codespaces
1 parent 3b4adfb commit 04c2254

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ms-python.python",
1919
"ms-toolsai.jupyter"
2020
],
21-
"postCreateCommand": "pip install -r requirements.txt"
21+
"postCreateCommand": "pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt"
2222
}
2323
}
2424
}
File renamed without changes.

0 commit comments

Comments
 (0)