Skip to content

Commit

Permalink
update radian
Browse files Browse the repository at this point in the history
  • Loading branch information
mattocci27 committed Nov 10, 2024
1 parent 3099f28 commit 9df3521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions images/radian_4.4.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ RUN apt-get update -q -y \



RUN pip3 install setuptools==58.2.0 \
&& pip3 install -U radian
USER rstudio
RUN pip3 install --no-cache-dir setuptools==58.2.0 radian
USER root



Expand Down
5 changes: 3 additions & 2 deletions templates/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ RUN /rocker_scripts/install_crossref.sh
{% endif %}

{% if radian %}
RUN pip3 install setuptools==58.2.0 \
&& pip3 install -U radian
USER rstudio
RUN pip3 install --no-cache-dir setuptools==58.2.0 radian
USER root
{% endif %}

{% if bio %}
Expand Down

0 comments on commit 9df3521

Please sign in to comment.