Skip to content

Commit

Permalink
fix dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 30, 2024
1 parent 813fcaa commit cc824fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ RUN Rscript -e "options('repos'=c(RHUB='https://raw.githubusercontent.com/r-hub/
'duckdb', \
'DatabaseConnector', \
'ohdsi/CohortGenerator', \
'ohdsi/ROhdsiWebApi', \
'ResultModelManager'))"
'ohdsi/ROhdsiWebApi'))"

RUN Rscript -e "DatabaseConnector::downloadJdbcDrivers(dbms='all', pathToDriver='/database_drivers/')"
ENV DATABASECONNECTOR_JAR_FOLDER=/database_drivers/
Expand Down

0 comments on commit cc824fe

Please sign in to comment.