derek-thomas
commited on
Commit
·
a3e5109
1
Parent(s):
6776a54
Updating jupyter command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,7 @@ WORKDIR /home/jupyteruser
|
|
| 41 |
ENV PATH="/home/jupyteruser/.local/bin:${PATH}"
|
| 42 |
|
| 43 |
# Add JupyterLab entrypoint
|
| 44 |
-
ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--NotebookApp.token=''", "--port 7860", "--no-browser"]
|
| 45 |
|
| 46 |
# Optional: Set CMD to launch TGI or any other command
|
| 47 |
#CMD ["text-generation-launcher", "--json-output"]
|
|
|
|
| 41 |
ENV PATH="/home/jupyteruser/.local/bin:${PATH}"
|
| 42 |
|
| 43 |
# Add JupyterLab entrypoint
|
| 44 |
+
ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--NotebookApp.token=''", "--port", "7860", "--no-browser"]
|
| 45 |
|
| 46 |
# Optional: Set CMD to launch TGI or any other command
|
| 47 |
#CMD ["text-generation-launcher", "--json-output"]
|