mirror of
https://github.com/langgenius/dify.git
synced 2025-08-18 06:07:28 +00:00
5 lines
173 B
Docker
5 lines
173 B
Docker
FROM mcr.microsoft.com/devcontainers/python:3.12
|
|
|
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|
&& apt-get -y install libgmp-dev libmpfr-dev libmpc-dev
|