1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 03:21:32 +00:00

finished julia for matlab post

This commit is contained in:
2021-08-24 02:44:49 -07:00
parent 45e57d4fb4
commit 77b59e955f
26 changed files with 5023 additions and 236 deletions

View File

@@ -1,6 +1,5 @@
FROM r-base:latest
RUN apt-get update
RUN apt-get install libssl-dev pandoc -y
RUN apt install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
# RUN R -e 'rmarkdown::render_site(encoding = \'UTF-8\')'
RUN apt-get install libssl-dev pandoc build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
CMD Rscript builtit.R