Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -175,5 +175,6 @@ ENTRYPOINT ["./entrypoint.sh"]
|
|
| 175 |
# Final image
|
| 176 |
FROM base
|
| 177 |
|
| 178 |
-
ENTRYPOINT ["text-generation-launcher"]
|
| 179 |
-
CMD ["--json-output"]
|
|
|
|
|
|
| 175 |
# Final image
|
| 176 |
FROM base
|
| 177 |
|
| 178 |
+
# ENTRYPOINT ["text-generation-launcher"]
|
| 179 |
+
# CMD ["--json-output"]
|
| 180 |
+
CMD ["text-generation-launcher", "--json-output"]
|