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 d7eded7 commit cfc3abe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/arcgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ RUN conda init zsh && conda init bash

#RUN eval $(conda shell.bash hook)


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

ENV CONDA_ENV=base
RUN source activate ${CONDA_ENV}
RUN python -m ipykernel install --prefix /srv/conda/envs/${CONDA_ENV} --name ${CONDA_ENV} --display-name ${CONDA_ENV}


#RUN conda install -c conda-forge jupyterlab=2.2.10
Expand Down

0 comments on commit cfc3abe

Please sign in to comment.