Skip to content

Commit

Permalink
Remove tests from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Nov 28, 2023
1 parent 3ba02fa commit 84873e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN sed -i '/^python/d' /opt/conda/conda-meta/pinned && \
echo "c.ServerApp.password = ''" >> "${HOME}/.jupyter/jupyter_notebook_config.py" && \
conda config --quiet --add channels conda-forge && \
conda config --quiet --add channels bioconda && \
conda config --quiet --add channels r
conda config --quiet --add channels r && \
rm -rf "${HOME}/main/tests" # Remove tests, they are not required for running COMO

# Update base environment
RUN mamba env update --name=base --file="${HOME}/environment.yaml" && \
Expand Down

0 comments on commit 84873e8

Please sign in to comment.