Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Dec 6, 2023
1 parent bbfb290 commit 7cd4e15
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ RUN java -version
RUN python3 --version

# Install R packages
# RUN ./install_cran_pkgs.R ${DISTRIBUTION} && \
# ./install_bioc.R ${BIOC_VERSION} && \
# ./install_bioc_pkgs.R ${DISTRIBUTION} && \
# ./install_gh_pkgs.R ${DISTRIBUTION} && \
# ./install_other_pkgs.R ${DISTRIBUTION} && \
# ./install_pip_pkgs.py ${DISTRIBUTION} && \
# rm -f install_sysdeps.sh \
# install_cran_pkgs.R \
# install_bioc.R \
# install_bioc_pkgs.R \
# install_gh_pkgs.R \
# install_other_pkgs.R \
# install_pip_pkgs.py
RUN ./install_cran_pkgs.R ${DISTRIBUTION} && \
./install_bioc.R ${BIOC_VERSION} && \
./install_bioc_pkgs.R ${DISTRIBUTION} && \
./install_gh_pkgs.R ${DISTRIBUTION} && \
./install_other_pkgs.R ${DISTRIBUTION} && \
./install_pip_pkgs.py ${DISTRIBUTION} && \
rm -f install_sysdeps.sh \
install_cran_pkgs.R \
install_bioc.R \
install_bioc_pkgs.R \
install_gh_pkgs.R \
install_other_pkgs.R \
install_pip_pkgs.py

# Prevent pushing of the image without pdflatex installed.
# RUN pdflatex --version
RUN pdflatex --version

# Run RStudio
CMD ["/init"]

0 comments on commit 7cd4e15

Please sign in to comment.