Skip to content

Commit

Permalink
fix: path to packages file
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 17, 2023
1 parent 4c13f01 commit 7f60c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/spacesavers2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG REPONAME="000000"
ENV REPONAME=${REPONAME}

# install pandoc & R packages
COPY environment.txt /data/
RUN mamba install -c conda-forge -c r --file environment.txt
COPY environment.txt /data2/
RUN mamba install -c conda-forge -c r --file /data2/environment.txt
ENV R_LIBS_USER=/opt2/conda/lib/R/library/

# install quarto
Expand Down

0 comments on commit 7f60c45

Please sign in to comment.