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

Move package location

parent 52a46ba4
No related branches found
No related tags found
No related merge requests found
Pipeline #55791 canceled
...@@ -51,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \ ...@@ -51,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \
keras-tuner \ keras-tuner \
deepspeed \ deepspeed \
'jupyter-ai[all]' \ 'jupyter-ai[all]' \
'git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git' \
astropy \ astropy \
visualdl \ visualdl \
scikit-commpy \ scikit-commpy \
...@@ -62,5 +63,3 @@ RUN mamba install -c conda-forge -c bioconda --yes \ ...@@ -62,5 +63,3 @@ RUN mamba install -c conda-forge -c bioconda --yes \
COPY --chown="${NB_UID}:${NB_GID}" 20tensorboard-proxy-env.sh /usr/local/bin/before-notebook.d/ COPY --chown="${NB_UID}:${NB_GID}" 20tensorboard-proxy-env.sh /usr/local/bin/before-notebook.d/
WORKDIR $HOME WORKDIR $HOME
RUN pip install git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git
...@@ -72,6 +72,7 @@ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \ ...@@ -72,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]' \
'git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git' \
astropy \ astropy \
visualdl \ visualdl \
scikit-commpy \ scikit-commpy \
...@@ -98,5 +99,3 @@ ENV PATH="${PATH}:/usr/local/nvidia/bin" \ ...@@ -98,5 +99,3 @@ ENV PATH="${PATH}:/usr/local/nvidia/bin" \
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/nvidia/lib64" LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/nvidia/lib64"
WORKDIR $HOME WORKDIR $HOME
RUN pip install git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git
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