Skip to content

Commit dfb5564

Browse files
ci(docker): install local SCWorkflow
1 parent 79e5d37 commit dfb5564

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ EOF
309309
# Additional packages that need special installation
310310

311311
# Install SCWorkflow from GitHub
312-
RUN R --vanilla --slave -e "remotes::install_github('NIDAP-Community/SCWorkflow', ref = 'GalaxyCLI', quiet = TRUE)"
312+
COPY . /opt/SCWorkflow
313+
RUN R --vanilla --slave -e "remotes::install_local('/opt/SCWorkflow', quiet = TRUE, upgrade='never')"
313314

314315
# Install spatstat family packages with specific versions
315316
RUN cat > /tmp/install_spatstat.R << 'EOFSPAT'

0 commit comments

Comments
 (0)