mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Use more generic python version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10.10-alpine3.17
|
||||
FROM python:3-alpine
|
||||
WORKDIR /work
|
||||
|
||||
RUN pip install "fastapi<1.0" "uvicorn<0.22" "lorem-text<=2.1.x"
|
||||
|
||||
Reference in New Issue
Block a user