File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,3 @@ FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye
33
44# Install Poetry
55RUN curl -sSL https://install.python-poetry.org | python3 -
6-
7- # Install Poetry Plugins
8- RUN poetry self add poetry-dotenv-plugin || true && poetry self add poetry-bumpversion || true
Original file line number Diff line number Diff line change 33 "build" : {
44 "dockerfile" : " Dockerfile"
55 },
6+ "containerEnv" : {
7+ "PATH" : " /root/.local/bin:$PATH"
8+ },
69 "postCreateCommand" : " bash .devcontainer/post-create.sh"
710}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ echo "🚀 Setting up Langfuse Python SDK development environment..."
66
77# Install project dependencies including all extras
88echo " 📚 Installing project dependencies..."
9+ poetry self add poetry-dotenv-plugin || true
10+ poetry self add poetry-bumpversion || true
911poetry install --all-extras
1012
1113# Setup pre-commit hooks
You can’t perform that action at this time.
0 commit comments