smgc commited on
Commit
eee289f
1 Parent(s): 1b13226

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
5
- RUN pip install --no-cache-dir Flask requests Flask-CORS tiktoken pysocks requests[socks]
6
 
7
  COPY . .
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN pip install --no-cache-dir flask flask-cors requests tiktoken cachetools
6
 
7
  COPY . .
8