Spaces:
Sleeping
Sleeping
Prabhas Jupalli commited on
Commit ·
d77d3af
1
Parent(s): 5697550
Fix: Explicitly included the navigators model to resolve Docker build failure.
Browse files- .gitignore +2 -0
- navigators/dqn_model.pth +0 -0
.gitignore
CHANGED
|
@@ -22,6 +22,7 @@ dist-ssr
|
|
| 22 |
*.sln
|
| 23 |
*.sw?
|
| 24 |
.env
|
|
|
|
| 25 |
|
| 26 |
# Temporary and local files
|
| 27 |
__pycache__/
|
|
@@ -44,3 +45,4 @@ backend/data/*.json
|
|
| 44 |
!backend/nlp/nlp_resources.json
|
| 45 |
!backend/data/db.json
|
| 46 |
!extracted_data.json
|
|
|
|
|
|
| 22 |
*.sln
|
| 23 |
*.sw?
|
| 24 |
.env
|
| 25 |
+
scripts
|
| 26 |
|
| 27 |
# Temporary and local files
|
| 28 |
__pycache__/
|
|
|
|
| 45 |
!backend/nlp/nlp_resources.json
|
| 46 |
!backend/data/db.json
|
| 47 |
!extracted_data.json
|
| 48 |
+
!navigators/dqn_model.pth
|
navigators/dqn_model.pth
ADDED
|
Binary file (88.1 kB). View file
|
|
|