mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: pydantic issue
https://stackoverflow.com/questions/78593700/langchain-community-langchain-packages-giving-error-missing-1-required-keywor
This commit is contained in:
parent
d85ea6861c
commit
81bc8e7e82
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Base image
|
# Base image
|
||||||
FROM python:3.12-slim-bookworm as base
|
FROM python:3.12.3-slim-bookworm as base
|
||||||
|
|
||||||
# Install Nginx, curl, and build-essential
|
# Install Nginx, curl, and build-essential
|
||||||
RUN apt update && apt install -y nginx curl build-essential \
|
RUN apt update && apt install -y nginx curl build-essential \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
FROM python:3.12
|
FROM python:3.12.3
|
||||||
|
|
||||||
# poetry
|
# poetry
|
||||||
RUN pip install poetry
|
RUN pip install poetry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue