Add/update deployment files for FastAPI app
Browse files- .gitignore +5 -2
.gitignore
CHANGED
|
@@ -14,8 +14,7 @@ venv/
|
|
| 14 |
|
| 15 |
# Logs and Dumps
|
| 16 |
*.log
|
| 17 |
-
*.pkl
|
| 18 |
-
*.joblib
|
| 19 |
|
| 20 |
# Model artifacts and processed data
|
| 21 |
*.pth
|
|
@@ -41,6 +40,10 @@ app.py
|
|
| 41 |
requirements.txt
|
| 42 |
.gitattributes
|
| 43 |
README.md
|
|
|
|
| 44 |
|
| 45 |
# Wandb files
|
| 46 |
wandb/
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
# Logs and Dumps
|
| 16 |
*.log
|
| 17 |
+
*.pkl\n*.joblib
|
|
|
|
| 18 |
|
| 19 |
# Model artifacts and processed data
|
| 20 |
*.pth
|
|
|
|
| 40 |
requirements.txt
|
| 41 |
.gitattributes
|
| 42 |
README.md
|
| 43 |
+
Dockerfile
|
| 44 |
|
| 45 |
# Wandb files
|
| 46 |
wandb/
|
| 47 |
+
|
| 48 |
+
# Ignore Google Drive mounted directory
|
| 49 |
+
drive/
|