File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/devcontainers/python:${PY_VER}-${DISTRO}
44RUN \
55 apt update && \
66 apt-get install bash-completion graphviz default-mysql-client -y && \
7- pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint && \
7+ pip install flake8 black faker ipykernel pytest pytest-cov nose nose-cov datajoint jupyterlab && \
88 pip uninstall datajoint -y
99
1010USER root
Original file line number Diff line number Diff line change 3232 "features" : {
3333 "ghcr.io/devcontainers/features/git:1" : {},
3434 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
35+ "ghcr.io/devcontainers/features/github-cli:1" : {},
3536 },
3637 // Configure tool-specific properties.
3738 "customizations" : {
You can’t perform that action at this time.
0 commit comments