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 f61416b commit 1cd35a9Copy full SHA for 1cd35a9
.devcontainer/Dockerfile
@@ -47,8 +47,9 @@ ENV DJ_PASS simple
47
ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
48
ENV DATABASE_PREFIX neuro_
49
50
-USER vscode
51
# Set up Jupyter kernel
52
RUN python -m ipykernel install --user --name=python3 --display-name="Python 3.11"
53
+USER vscode
54
+
55
CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"
0 commit comments