Skip to content

Commit d357fb3

Browse files
committed
feat: use debian as base image
1 parent 52e77bd commit d357fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/base:bookworm
1+
FROM mcr.microsoft.com/devcontainers/base:debian
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

install-virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ln -sf $PY3_12 3
8080
uv venv notebook -p /opt/python/3/bin/python
8181
source ./notebook/bin/activate
8282
# vscode python tools, notebook & utils
83-
uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl
83+
uv pip install pip ruff ipython ipdb jupyterlab arrow openpyxl pandas
8484

8585
# 添加环境变量等
8686
echo "" >> /root/.bashrc

0 commit comments

Comments
 (0)