File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Note: You can use any Debian/Ubuntu based image you want.
2- FROM mcr.microsoft.com/devcontainers/base: bullseye
2+ FROM mcr.microsoft.com/devcontainers/python:3.7- bullseye
33
44RUN \
55 apt update && \
6- apt-get install bash-completion graphviz default-mysql-client -y
6+ apt-get install bash-completion graphviz default-mysql-client -y && \
7+ pip install flake8 black faker ipykernel nose nose-cov datajoint && \
8+ pip uninstall datajoint -y
79
810ENV DJ_HOST fakeservices.datajoint.io
911ENV DJ_USER root
Original file line number Diff line number Diff line change 1313 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
1414 "ghcr.io/devcontainers/features/git:1" : {},
1515 "ghcr.io/eitsupi/devcontainer-features/jq-likes:1" : {},
16- "ghcr.io/guiyomh/features/vim:0" : {},
17- "ghcr.io/devcontainers/features/python:1" : {
18- "version" : " 3.7"
19- }
16+ "ghcr.io/guiyomh/features/vim:0" : {}
2017 },
21- "postCreateCommand " : " pip install flake8 black faker ipykernel nose nose-cov && pip install -e . && MYSQL_VER=5.7 MINIO_VER=RELEASE.2022-08-11T04-37-28Z docker compose -f local-docker-compose.yml up --build -d" ,
18+ "onCreateCommand " : " pip install -e . && MYSQL_VER=5.7 MINIO_VER=RELEASE.2022-08-11T04-37-28Z docker compose -f local-docker-compose.yml up --build -d" ,
2219 "customizations" : {
2320 "vscode" : {
2421 "extensions" : [
You can’t perform that action at this time.
0 commit comments