2ch commited on
Commit
0abaee2
·
verified ·
1 Parent(s): 47f9fa2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.12-alpine
2
- RUN pip install --no-cache-dir --upgrade cchardet>=2.2.0a2 fastapi ftfy httpx[http2] uvicorn
3
  WORKDIR /code
4
  RUN chmod 777 /code
5
  COPY . .
 
1
  FROM python:3.12-alpine
2
+ RUN pip install --no-cache-dir --upgrade cchardet==2.2.0a2 fastapi ftfy httpx[http2] uvicorn
3
  WORKDIR /code
4
  RUN chmod 777 /code
5
  COPY . .