We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1a4d commit a5fb963Copy full SHA for a5fb963
.devcontainer/devcontainer.json
@@ -14,7 +14,7 @@
14
"SERVERLESS_URL": "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/",
15
"MONGODB_URI": "mongodb://admin:mongodb@mongodb:27017/"
16
},
17
- "postCreateCommand": "pip install -r requirements.txt && pip install ipykernel",
+ "postCreateCommand": "pip install -r requirements.txt",
18
"customizations": {
19
"codespaces": {
20
"openFiles": []
.devcontainer/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
lab-runner:
3
- image: jupyter/scipy-notebook:latest
+ image: jupyter/base-notebook:latest
4
volumes:
5
- ../..:/workspaces:cached
6
depends_on:
0 commit comments