Skip to content

Commit

Permalink
Add back the build R script in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 23, 2025
1 parent 7528e06 commit 06ce7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ RUN curl -fsSL -o /opt/llvm.sh https://apt.llvm.org/llvm.sh \
# Install R
COPY ./build-gnur-in-docker.sh /workspace/tools/build-gnur-in-docker.sh
RUN mkdir -p /workspace/external/R
#RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R
RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R

0 comments on commit 06ce7b5

Please sign in to comment.