Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Jan 30, 2024
1 parent 0acd18b commit d7eded7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci/arcgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
#FROM ghcr.io/esri/arcgis-python-api-notebook
FROM jupyter/base-notebook:latest
RUN eval $(conda shell.bash hook)
RUN source activate base
#RUN conda init zsh && conda init bash
RUN conda init zsh && conda init bash

#RUN eval $(conda shell.bash hook)


USER ${NB_USER}
WORKDIR /home/${NB_USER}
RUN source activate base


#RUN conda install -c conda-forge jupyterlab=2.2.10
#RUN conda shell.bash hook

0 comments on commit d7eded7

Please sign in to comment.