We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e77bd commit d357fb3Copy full SHA for d357fb3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/devcontainers/base:bookworm
+FROM mcr.microsoft.com/devcontainers/base:debian
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
install-virtualenv.sh
@@ -80,7 +80,7 @@ ln -sf $PY3_12 3
80
uv venv notebook -p /opt/python/3/bin/python
81
source ./notebook/bin/activate
82
# vscode python tools, notebook & utils
83
-uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl
+uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl pandas
84
85
# 添加环境变量等
86
echo "" >> /root/.bashrc
0 commit comments