Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Apr 28, 2023
1 parent f001934 commit 6f5b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM continuumio/miniconda3:4.9.2
# Install hhsuite, r-base=4.2.2, and aspring==1.0.0
RUN conda install -y -c conda-forge -c bioconda hhsuite && \
conda install -y -c conda-forge r-base=4.2.2 && \
pip install aspring==1.2.0
pip install aspring==1.3.0

# Install renv package for R and restore renv environment for aspring R script
RUN Rscript -e 'options(repos = c(CRAN = "https://cran.rstudio.com/")); install.packages("renv")' && \
Expand Down

0 comments on commit 6f5b85a

Please sign in to comment.