dify / .devcontainer /Dockerfile
CatPtain's picture
Upload 33 files
eb28c78 verified
raw
history blame contribute delete
262 Bytes
FROM mcr.microsoft.com/devcontainers/python:3.12
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>