File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ RUN conda config --quiet --add channels conda-forge \
28
28
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
29
29
# && mamba env update --name base --file "${ENVIRONMENT_FILE}" \
30
30
&& mamba clean --quiet --all --force-pkgs-dirs --yes \
31
- && R -e ' devtools::install_github(" babessell1/zFPKM", quiet=TRUE)' \
31
+ && R -e " devtools::install_github(' babessell1/zFPKM')" \
32
32
# Install jupyter extensions
33
- && jupyter labextension -y install @jupyter-widgets/jupyterlab-manager \
34
- && jupyter labextension -y install escher \
33
+ && jupyter labextension install @jupyter-widgets/jupyterlab-manager \
34
+ && jupyter labextension install escher \
35
35
&& jupyter trust "${JUPYTER_NOTEBOOK}" \
36
36
&& rm -f "${ENVIRONMENT_FILE}" "${HOME}/pip_install.txt" "${HOME}/mamba_install.txt"
37
37
You can’t perform that action at this time.
0 commit comments