fatimaxa commited on
Commit
819de7e
·
verified ·
1 Parent(s): a7a8429

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -17
Dockerfile CHANGED
@@ -9,20 +9,4 @@ COPY . .
9
 
10
  EXPOSE 5000
11
 
12
- CMD ["python", "app.py"]
13
- ```
14
-
15
- **Step 3 — Make sure your `requirements.txt` includes everything your app needs.** If you don't have one, create it. At minimum it needs:
16
- ```
17
- flask
18
- flask-cors
19
- pyyaml
20
- bcrypt
21
- requests
22
- python-dotenv
23
- torch
24
- torchvision
25
- torchxrayvision
26
- sentence-transformers
27
- chromadb
28
- mistralai
 
9
 
10
  EXPOSE 5000
11
 
12
+ CMD ["python", "app.py"]