Commit
·
dc6775e
1
Parent(s):
b15a9f8
Switch model to Arpit-v1.0.tar.gz for testing (#8)
Browse files- Switch model to Arpit-v1.0.tar.gz for testing (aab9f40a7607636e311cea864c5bca84c83aea4d)
Co-authored-by: Anand <[email protected]>
- 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
|
39 |
|
40 |
# Run the application.
|
41 |
-
CMD ["run","--model","
|
|
|
38 |
# List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz
|
39 |
|
40 |
# Run the application.
|
41 |
+
CMD ["run","--model","models/Arpit-v1.0.tar.gz","--enable-api","--port","7860"]
|