nateraw commited on
Commit
0dcdb0a
·
1 Parent(s): 4072b44

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]