Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Dec 12, 2023
1 parent 5f39323 commit e1d81e0
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 @@ -37,7 +37,7 @@ RUN R -e "devtools::install_github('RfastOfficial/Rfast', dependencies=TRUE); li

# Install reconstructR R package
COPY . /opt/reconstructR
RUN R -e "devtools::install_local("/opt/reconstructR", dependencies=TRUE, upgrade='never'); library(reconstructR)"
RUN R -e "devtools::install_local('/opt/reconstructR', dependencies=TRUE, upgrade='never'); library(reconstructR)"

# Bash prompt
CMD ["/bin/bash"]

0 comments on commit e1d81e0

Please sign in to comment.