Commit
·
7347470
1
Parent(s):
b4b0de6
Ignore tgi for now
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ FROM base
|
|
25 |
ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--allow-root", "--NotebookApp.token='' --port 7860"]
|
26 |
|
27 |
# Optional: Set CMD to launch TGI or any other command
|
28 |
-
CMD ["text-generation-launcher", "--json-output"]
|
|
|
25 |
ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--allow-root", "--NotebookApp.token='' --port 7860"]
|
26 |
|
27 |
# Optional: Set CMD to launch TGI or any other command
|
28 |
+
#CMD ["text-generation-launcher", "--json-output"]
|