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 fd837ec commit 9391f97Copy full SHA for 9391f97
.devcontainer/Dockerfile
@@ -45,4 +45,7 @@ ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
45
ENV DATABASE_PREFIX neuro_
46
47
USER vscode
48
-CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"
+# Set up Jupyter kernel
49
+RUN python -m ipykernel install --user --name=python3 --display-name="Python 3.11"
50
+
51
+CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"
0 commit comments