Revert "feat(sandbox): Add Jupyter Kernel for Interactive Python Interpreter for Sandbox (#1215)" (#1229)

This reverts commit 492feecb67.
This commit is contained in:
Xingyao Wang
2024-04-20 00:49:24 +08:00
committed by GitHub
parent 34286fabcc
commit 871eefe801
8 changed files with 5 additions and 341 deletions

View File

@@ -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