AbuAlone09 commited on
Commit
fbbb9d5
·
verified ·
1 Parent(s): 51d6d4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y p7zip-full ffmpeg && rm -rf /var/lib/ap
5
  WORKDIR /app
6
  COPY . .
7
 
8
- RUN pip install --no-cache-dir streamlit loguru pandas numpy pillow requests
 
9
 
10
  ENV PYTHONPATH="/app:/app/webui:/tmp/core_engine:$PYTHONPATH"
11
  ENV PYTHONUNBUFFERED=1
 
5
  WORKDIR /app
6
  COPY . .
7
 
8
+ # Bo sung pydantic va cac thu vien loi cua MoneyPrinterTurbo
9
+ RUN pip install --no-cache-dir streamlit loguru pandas numpy pillow requests pydantic pydantic-settings
10
 
11
  ENV PYTHONPATH="/app:/app/webui:/tmp/core_engine:$PYTHONPATH"
12
  ENV PYTHONUNBUFFERED=1