Skip to content

Commit

Permalink
Fix cargo paths in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 2, 2024
1 parent dc7be38 commit 9492e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN chmod +x /tmp/install_latex.sh &&\

# Set Latex Paths
ENV PATH="/usr/local/texlive/bin/x86_64-linux:${PATH}"
ENV PATH="/home/${USERNAME}/.cargo/bin:${PATH}"
ENV PATH="/root/.cargo/bin:${PATH}"

# Install R
ENV R_VERSION=4.4.1
Expand Down

0 comments on commit 9492e9b

Please sign in to comment.