Qa5im commited on
Commit
b6a8117
·
1 Parent(s): 49267f7

reqs updated

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +4 -4
Dockerfile CHANGED
@@ -13,7 +13,7 @@
13
 
14
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
15
  # Use the official Python 3.10.9 image
16
- FROM python:3.10.9
17
 
18
 
19
  # Copy the current directory contents into the container at .
 
13
 
14
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
15
  # Use the official Python 3.10.9 image
16
+ FROM python:3.10.12
17
 
18
 
19
  # Copy the current directory contents into the container at .
requirements.txt CHANGED
@@ -200,13 +200,13 @@ traitlets==5.4.0
200
  trio==0.22.0
201
  trio-websocket==0.10.2
202
  triton==2.0.0
203
- # typeguard==2.13.3
204
- # typing==3.7.4.3
205
- # typing_extensions==4.4.0
206
  # ua-parser==0.16.1
207
  # ubuntu-advantage-tools==8001
208
  # ubuntu-drivers-common==0.0.0
209
- ufw==0.36.1
210
  # unattended-upgrades==0.1
211
  urduhack==1.1.1
212
  urllib3==1.26.5
 
200
  trio==0.22.0
201
  trio-websocket==0.10.2
202
  triton==2.0.0
203
+ typeguard==2.13.3
204
+ typing==3.7.4.3
205
+ typing_extensions==4.4.0
206
  # ua-parser==0.16.1
207
  # ubuntu-advantage-tools==8001
208
  # ubuntu-drivers-common==0.0.0
209
+ # ufw==0.36.1
210
  # unattended-upgrades==0.1
211
  urduhack==1.1.1
212
  urllib3==1.26.5