Commit graph

10 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
7b165ad5d2 🐛 fix(Dockerfile): remove unnecessary files after installing dependencies
🚀 chore(pyproject.toml): rename dev-dependencies to dev.dependencies
The Dockerfile now removes unnecessary files after installing dependencies to reduce the image size. The pyproject.toml file now uses the correct naming convention for dev dependencies, which is dev.dependencies instead of dev-dependencies.
2023-06-19 11:24:03 -03:00
Naveen Choudhary
ccaed1f3a7
Create Dockerfile 2023-06-15 23:25:49 -05:00
Gabriel Almeida
a4158b0cb5 build(Dockerfile): update base image to python:3.10-slim
feat(Dockerfile): add gcc, g++, git, and make to apt-get install
feat(Dockerfile): add user and set environment variables
feat(Dockerfile): add WORKDIR and COPY
feat(Dockerfile): update langflow to version 0.0.71
feat(Dockerfile): add --port flag to CMD
2023-05-16 11:46:55 -03:00
Gabriel Luiz Freitas Almeida
5049e59530
Update Dockerfile
Update Dockerfile to help with deployment
2023-05-15 08:00:24 -03:00
Gabriel Almeida
70dbc7eb1e refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
Ibis Prevedello
322cc15e81 refac: remove comments 2023-03-07 23:35:27 -03:00
Gabriel Luiz Freitas Almeida
9d45ab3e49 feat: adding docker.compose 2023-03-05 21:53:22 +00:00
Ibis Prevedello
2decce7f6b refac: new version for Dockerfile 2023-03-02 23:25:24 -03:00
Ibis Prevedello
3cff280cd2 feat: add docker to front and backend 2023-03-02 19:56:42 -03:00
Ibis Prevedello
37c707d3d6 feat: organize and creat build project 2023-03-01 22:55:44 -03:00
Renamed from backend/Dockerfile (Browse further)