generated from unai/python_boilerplate
Initial commit
This commit is contained in:
5
.devcontainer/Dockerfile
Normal file
5
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.14-slim
|
||||
# Instalar git y herramientas básicas
|
||||
RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*
|
||||
# Instalar Poetry
|
||||
RUN pip install poetry
|
||||
Reference in New Issue
Block a user