File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Docker Image CI coastwatch
1
+ name : Docker Image CI AOML-omics
2
2
on :
3
3
workflow_dispatch : null
4
4
push :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ COPY jhub-environment.yml jhub-environment.yml
18
18
RUN conda env update --name base -f jhub-environment.yml && conda clean --all
19
19
20
20
# add packages needed for extra kernels in the notebooks
21
- RUN conda env update --name snakemake ipykernel && conda clean --all
22
- RUN conda env update --name qiime2-2023.5 ipykernel && conda clean --all
21
+ RUN conda install --name snakemake ipykernel && conda clean --all
22
+ RUN conda install --name qiime2-2023.5 ipykernel && conda clean --all
23
23
24
24
# Register the kernels so you can open in notebooks
25
25
RUN python -m ipykernel install --prefix /srv/conda/envs/snakemake --name snakemake --display-name snakemake
You can’t perform that action at this time.
0 commit comments