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
|
# Install pip requirements
|
||||||
COPY ../requirements.txt /tmp/requirements.txt
|
COPY ../requirements.txt /tmp/requirements.txt
|
||||||
RUN pip install -r /tmp/requirements.txt
|
RUN pip install -r /tmp/requirements.txt
|
||||||
RUN pip install ipykernel
|
|
||||||
|
|
||||||
# Run bash
|
# Run bash
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
Loading…
Reference in New Issue