mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Revert "feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)" (#1229)
This reverts commit 492feecb67.
This commit is contained in:
@@ -19,9 +19,3 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN service ssh start
|
||||
|
||||
RUN pip install jupyterlab notebook jupyter_kernel_gateway
|
||||
# Add common data science utils
|
||||
RUN pip install transformers[torch]
|
||||
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
|
||||
RUN pip install boilerpy3 pandas datasets sympy scikit-learn matplotlib seaborn
|
||||
|
||||
Reference in New Issue
Block a user