Skip to content

Commit a5fb963

Browse files
author
ajosh0504
committed
Changing the image
1 parent 34a1a4d commit a5fb963

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
@@ -14,7 +14,7 @@
1414
"SERVERLESS_URL": "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/",
1515
"MONGODB_URI": "mongodb://admin:mongodb@mongodb:27017/"
1616
},
17-
"postCreateCommand": "pip install -r requirements.txt && pip install ipykernel",
17+
"postCreateCommand": "pip install -r requirements.txt",
1818
"customizations": {
1919
"codespaces": {
2020
"openFiles": []

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
lab-runner:
3-
image: jupyter/scipy-notebook:latest
3+
image: jupyter/base-notebook:latest
44
volumes:
55
- ../..:/workspaces:cached
66
depends_on:

0 commit comments

Comments
 (0)