We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4f5d7 commit e3b64f7Copy full SHA for e3b64f7
Dockerfile
@@ -39,4 +39,5 @@ COPY --from=julia /usr/local/lib/julia /usr/local/lib/julia
39
COPY --from=julia /root/.julia /root/.julia
40
COPY env/fix_gdal.sh .
41
RUN bash fix_gdal.sh
42
-CMD ["jupyter", "notebook", "--allow-root"]
+EXPOSE 8888
43
+CMD ["jupyter", "notebook", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root"]
0 commit comments