mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
5 lines
261 B
Docker
5 lines
261 B
Docker
FROM mcr.microsoft.com/devcontainers/python:3.10
|
|
|
|
# [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> |