Skip to content

Commit 68b481f

Browse files
authored
remove dev branch call in Dockerfile
1 parent 8ee04be commit 68b481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN R -e "devtools::install_github('immunogenomics/presto')"
4545
RUN R -e "devtools::install_github('stla/RCDT')"
4646

4747
# VoltRon
48-
RUN R -e "devtools::install_github('BIMSBbioinfo/VoltRon@dev')"
48+
RUN R -e "devtools::install_github('BIMSBbioinfo/VoltRon')"
4949

5050
# Install basilisk and setup environment
5151
USER rstudio

0 commit comments

Comments
 (0)