diff --git a/Dockerfile b/Dockerfile index 07c4efc..254e627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,7 @@ RUN pip install seaborn EXPOSE 8888 + +#just commenting in the new branch + ENTRYPOINT ["jupyter", "lab","--ip=0.0.0.0","--allow-root"]