Skip to content

Commit

Permalink
Fix tskit version
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Oct 10, 2024
1 parent 17bba7b commit 3b5d19c
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 @@ -101,7 +101,7 @@ RUN R -e 'renv::restore()'
# rather than installing a separate Python interpreter, use the Python environment
# that's installed and used by slendr, in order to avoid version compatibility issues
RUN R -e 'slendr::setup_env(agree = TRUE, pip = TRUE)'
ENV PATH="${BIN}:${HOME}/.local/share/r-miniconda/envs/Python-3.12_msprime-1.3.3_tskit-0.5.6_pyslim-1.0.4_tspop-0.0.2/bin:${PATH}"
ENV PATH="${BIN}:${HOME}/.local/share/r-miniconda/envs/Python-3.12_msprime-1.3.3_tskit-0.5.8_pyslim-1.0.4_tspop-0.0.2/bin:${PATH}"
RUN echo "PATH=$PATH" >> ${HOME}/.Renviron

# set the default directory of RStudio Server to the project directory
Expand Down

0 comments on commit 3b5d19c

Please sign in to comment.