feat(devcontainer): Remove ipykernel for Jupyter Notebook
This commit is contained in:
parent
eb43d5e7df
commit
48a71497be
@ -4,7 +4,6 @@ FROM python:3.11-bookworm
|
||||
# Install pip requirements
|
||||
COPY ../requirements.txt /tmp/requirements.txt
|
||||
RUN pip install -r /tmp/requirements.txt
|
||||
RUN pip install ipykernel
|
||||
|
||||
# Run bash
|
||||
CMD ["/bin/bash"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user