Xavier Antonio Ochoa Chehab commited on
Commit ·
40acccd
1
Parent(s): fa213dd
New commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip
|
| 17 |
RUN pip install --no-cache-dir uv
|
| 18 |
RUN pip install --no-cache-dir chainlit
|
| 19 |
-
RUN uv pip install langflow
|
| 20 |
|
| 21 |
COPY --chown=user . /app
|
| 22 |
CMD python3 -m chainlit run app.py --host 0.0.0.0 --port 7860
|
|
|
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip
|
| 17 |
RUN pip install --no-cache-dir uv
|
| 18 |
RUN pip install --no-cache-dir chainlit
|
| 19 |
+
RUN uv pip install langflow && langflow migration
|
| 20 |
|
| 21 |
COPY --chown=user . /app
|
| 22 |
CMD python3 -m chainlit run app.py --host 0.0.0.0 --port 7860
|