We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdc301 commit ca67795Copy full SHA for ca67795
dea/Dockerfile
@@ -17,8 +17,6 @@ RUN apt-get install -y libglpk40 libglpk-dev
17
18
# Install renv
19
RUN R -e "install.packages('renv', repos='https://cloud.r-project.org')"
20
-
21
-RUN R -e "install.packages('gitcreds', repos = 'https://cloud.r-project.org')"
22
23
# Set the working directory
24
WORKDIR /home/app
@@ -31,6 +29,8 @@ ENV RENV_DOWNLOAD_METHOD=libcurl
31
29
# Restore the environment exactly
32
30
RUN R -e "renv::restore()"
33
+RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
+
34
# Expose the port
35
EXPOSE 3838
36
0 commit comments