Skip to content

Commit 1cd35a9

Browse files
committed
fix: jupyter kernel
1 parent f61416b commit 1cd35a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ ENV DJ_PASS simple
4747
ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
4848
ENV DATABASE_PREFIX neuro_
4949

50-
USER vscode
5150
# Set up Jupyter kernel
5251
RUN python -m ipykernel install --user --name=python3 --display-name="Python 3.11"
5352

53+
USER vscode
54+
5455
CMD bash -c "sudo rm /var/run/docker.pid; sudo dockerd"

0 commit comments

Comments
 (0)