Commit
•
ae04dfb
1
Parent(s):
3fbe2b5
Restore model v1.3, need to fix openai actions failing issue in v1.4 (#25)
Browse files- Restore model v1.3, need to fix actions failing issue in v1.4 (8fe68cd60fd21fde30ab7d2bc84cb4fcb767eff7)
Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,4 +38,4 @@ EXPOSE 7860
|
|
38 |
# List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz,Maisam+Arpit+Anand+Pankaj-bot-v1.0.tar.gz
|
39 |
|
40 |
# Run the application.
|
41 |
-
CMD ["run","--model","models/combined-bot-v1.
|
|
|
38 |
# List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz,Maisam+Arpit+Anand+Pankaj-bot-v1.0.tar.gz
|
39 |
|
40 |
# Run the application.
|
41 |
+
CMD ["run","--model","models/combined-bot-v1.3.tar.gz","--enable-api","--port","7860"]
|