Skip to content

Commit

Permalink
Fixed potential errors in github action building
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Aug 31, 2022
1 parent 8c35235 commit 940460d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ RUN conda config --quiet --add channels conda-forge \
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
#&& mamba env update --name base --file "${ENVIRONMENT_FILE}" \
&& mamba clean --quiet --all --force-pkgs-dirs --yes \
&& R -e 'devtools::install_github("babessell1/zFPKM", quiet=TRUE)' \
&& R -e "devtools::install_github('babessell1/zFPKM')" \
# Install jupyter extensions
&& jupyter labextension -y install @jupyter-widgets/jupyterlab-manager \
&& jupyter labextension -y install escher \
&& jupyter labextension install @jupyter-widgets/jupyterlab-manager \
&& jupyter labextension install escher \
&& jupyter trust "${JUPYTER_NOTEBOOK}" \
&& rm -f "${ENVIRONMENT_FILE}" "${HOME}/pip_install.txt" "${HOME}/mamba_install.txt"

Expand Down

0 comments on commit 940460d

Please sign in to comment.