Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docker image #49

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/g
RUN apt update && apt install -y gh;

# Uninstall old version of pandoc
RUN sudo apt-get purge pandoc pandoc-citeproc pandoc-data \
&& sudo apt-get autoremove --purge
# RUN sudo apt-get purge pandoc pandoc-citeproc pandoc-data \
# && sudo apt-get autoremove --purge

# Install pandoc
RUN wget https://github.com/jgm/pandoc/releases/download/2.14.1/pandoc-2.14.1-1-amd64.deb \
&& sudo apt-get install ./pandoc-2.14.1-1-amd64.deb
RUN wget https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-1-amd64.deb \
&& sudo apt-get install ./pandoc-3.2.1-1-amd64.deb

# Create new symlinks
RUN ln -s /usr/bin/pandoc /usr/lib/rstudio-server/bin/pandoc
Expand All @@ -39,8 +39,8 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
RUN apt-get -y --no-install-recommends install \
python3-pip python3-dev

# JHUR package
RUN Rscript -e "options(warn = 2); install.packages('remotes'); remotes::install_github('muschellij2/jhur');remotes::install_github('MatthewBJane/ThemePark')"
# DaSEH package
RUN Rscript -e "options(warn = 2); install.packages('remotes'); remotes::install_github('fhdsl/dasehr'); remotes::install_github('MatthewBJane/ThemePark')"

# R packages
RUN Rscript -e "options(warn = 2);install.packages( \
Expand Down
2 changes: 1 addition & 1 deletion resources/email_to_class.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please take note of the following action items:
- https://daseh.org : Class website. We may be posting additional content the night before each class and this is the most up-to-date source of information.

*Join the class Slack channel:*
Slack is an online platform that we use to facilitate communication among students, TAs, and instructors. We will use this for real-time announcements, discussion, and direct messaging as needed.
Slack is an online platform that we use to facilitate communication among learners, TAs, and instructors. We will use this for real-time announcements, discussion, and direct messaging as needed.
1. Please click on this link to register: <PASTE>
2. Register for the Workspace with your email and chosen password.
3. Log in here: https://daseh.slack.com/
Expand Down
Loading