We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ca20b + b6bc8fd commit cf82399Copy full SHA for cf82399
2 files changed
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
4
RUN \
5
apt update && \
6
apt-get install bash-completion graphviz default-mysql-client -y && \
7
- pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint && \
+ pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint jupyterlab && \
8
pip uninstall datajoint -y
9
10
USER root
.devcontainer/devcontainer.json
@@ -32,6 +32,7 @@
32
"features": {
33
"ghcr.io/devcontainers/features/git:1": {},
34
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
35
+ "ghcr.io/devcontainers/features/github-cli:1": {},
36
},
37
// Configure tool-specific properties.
38
"customizations": {
0 commit comments