fix: docker examples
This commit is contained in:
parent
6a33886ddb
commit
f4edfde985
4 changed files with 6 additions and 9 deletions
|
|
@ -1,7 +1,6 @@
|
|||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ /app
|
||||
RUN apt-get update && apt-get install gcc -y
|
||||
RUN pip install langflow>=0.0.33
|
||||
|
||||
EXPOSE 5003
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue