Skip to content

Commit

Permalink
minor cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jun 22, 2024
1 parent b444885 commit 13d6c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/valgrind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir -p /opt/DrMemory
RUN tar -xf drmemory.tar.gz --directory /opt/DrMemory
RUN rm drmemory.tar.gz
# add DrMemory to PATH
ENV PATH="/opt/drMemory/DrMemory-Linux-$DRMEMORY/bin:${PATH}"
ENV PATH="/opt/DrMemory/DrMemory-Linux-$DRMEMORY/bin:${PATH}"

# add R to PATH
ENV PATH="/opt/R/devel-valgrind/bin:${PATH}"
Expand All @@ -50,8 +50,8 @@ RUN dnf -y install \
lapack* blas* atlas*
ADD https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/$JAGS.tar.gz/download /tmp/jags.tar.gz
WORKDIR /tmp/
RUN ls /tmp/
RUN tar -xf jags.tar.gz
RUN rm jags.tar.gz
WORKDIR /tmp/$JAGS
# Building JAGS requires the same environment that is then used to build rjags.
# To achieve this we follow the approach for building JAGS with Clang outlined
Expand Down

0 comments on commit 13d6c19

Please sign in to comment.