Skip to content

Commit

Permalink
revert ipython kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Oct 14, 2020
1 parent e40fe3c commit f83a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV WRL_DOCKER_TAG=${WRADLIB_DOCKER_TAG}
COPY environment_${WRL_DOCKER_TAG}.yml .
RUN conda run -n base conda install --quiet --yes nb_conda_kernels && \
conda env create -f environment_${WRL_DOCKER_TAG}.yml && \
conda run -n wradlib ipykernel install --user --name=wradlib && \
conda run -n wradlib ipython kernel install --user --name=wradlib && \
conda clean -tipy

# Install wradlib
Expand Down

0 comments on commit f83a251

Please sign in to comment.