Skip to content
Snippets Groups Projects
Commit 67c4bc97 authored by Seungmin Kim's avatar Seungmin Kim
Browse files

Finalize build dependencies

parent b38f74e6
No related branches found
No related tags found
No related merge requests found
Pipeline #55767 passed
...@@ -8,7 +8,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ...@@ -8,7 +8,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER $NB_UID USER $NB_UID
RUN mamba install -c conda-forge -c bioconda --yes \ RUN mamba install -c conda-forge -c bioconda --yes \
'astropy' \
'bowtie2' \ 'bowtie2' \
'code-server' \ 'code-server' \
'curl' \ 'curl' \
...@@ -52,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \ ...@@ -52,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \
keras-tuner \ keras-tuner \
deepspeed \ deepspeed \
'jupyter-ai[all]' \ 'jupyter-ai[all]' \
astropy \
visualdl \ visualdl \
scikit-commpy \ scikit-commpy \
bash_kernel \ bash_kernel \
......
...@@ -11,7 +11,6 @@ USER $NB_UID ...@@ -11,7 +11,6 @@ USER $NB_UID
ARG CONDA_OVERRIDE_CUDA="12.4" ARG CONDA_OVERRIDE_CUDA="12.4"
RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \
'astropy' \
'bowtie2' \ 'bowtie2' \
'code-server' \ 'code-server' \
'curl' \ 'curl' \
...@@ -73,6 +72,7 @@ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \ ...@@ -73,6 +72,7 @@ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \
keras-tuner \ keras-tuner \
deepspeed \ deepspeed \
'jupyter-ai[all]' \ 'jupyter-ai[all]' \
astropy \
visualdl \ visualdl \
scikit-commpy \ scikit-commpy \
bash_kernel \ bash_kernel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment