#Docker Image for Execution Engine
Type to get docker build
# To generate {GITHUB_PAT}
# - Open URL 'https://github.com/settings/tokens/new?scopes=repo,gist&description=R:GITHUB_PAT
# - Generate token and put it in docker build command
docker build --build-arg GITHUB_PAT={GITHUB_PAT} -t odysseusinc/r-env:1.0.16 .
docker push odysseusinc/r-env:1.0.16
Changes:
- Updated r-java to v4.1.1
- Updated R library versions and removed duplicated
# To generate {GITHUB_PAT}
# - Open URL 'https://github.com/settings/tokens/new?scopes=repo,gist&description=R:GITHUB_PAT
# - Generate token and put it in docker build command
docker build --build-arg GITHUB_PAT={GITHUB_PAT} -t odysseusinc/r-env:1.0.15 .
docker push odysseusinc/r-env:1.0.15
Changes:
- Updated r-java to v4.0.2
- Updated Python to v3.8
- Updated R library versions and removed duplicated
# To generate {GITHUB_PAT}
# - Open URL 'https://github.com/settings/tokens/new?scopes=repo,gist&description=R:GITHUB_PAT
# - Generate token and put it in docker build command
docker build --build-arg GITHUB_PAT={GITHUB_PAT} -t odysseusinc/r-env:1.0.14 .
docker build \
-t odysseusinc/r-env:1.0.14 \
--build-arg GITHUB_PAT={GITHUB_PAT} \
.
docker push odysseusinc/r-env:1.0.14
Changes:
- Failback to latest version of scikit-learn (0.22.2) that supports deprecated sklearn.externals.joblib. It's related to the PatientLevelPrediction issue with python modules.
Changes:
- upgrade libraries versions
- upgrade OHDSI libraries for fix big-query limit issue
# To generate {GITHUB_PAT}
# - Open URL 'https://github.com/settings/tokens/new?scopes=repo,gist&description=R:GITHUB_PAT
# - Generate token and put it in docker build command
docker build --build-arg GITHUB_PAT={GITHUB_PAT} -t odysseusinc/r-env:1.0.13 .
docker build \
-t odysseusinc/r-env:1.0.13 \
--build-arg GITHUB_PAT={GITHUB_PAT} \
.
docker push odysseusinc/r-env:1.0.13
Changes:
- rlist was added for Cohort Pathways analysis
docker build -t odysseusinc/r-env:1.0.12 .
docker push odysseusinc/r-env:1.0.12
Changes:
- Python 3.6 was added as required by Prediction analyses
docker build -t odysseusinc/r-env:1.0.11 .
docker push odysseusinc/r-env:1.0.11
Changes:
- SqlRender updated to the develop branch resolving BigQuery issues
- DatabaseConnector updated to the develop branch resolving BigQuery and Redshift issues
- MethodEvaluation updated to the develop branch which resolves issue for DBs w/o real temporary tables support
docker build -t odysseusinc/r-env:1.0.10 .
docker push odysseusinc/r-env:1.0.10
Changes:
- Added missing libraries for PLE
docker build -t odysseusinc/r-env:1.0.9 .
docker push odysseusinc/r-env:1.0.9
Changes:
- DatabaseConnector updated to the develop branch resolving RedShift issues
- SqlRender updated to 1.6.2 release to conform DatabaseConnector dependencies
docker build -t odysseusinc/r-env:1.0.8 .
docker push odysseusinc/r-env:1.0.8
Changes:
- Added geospatial libraries
docker build -t odysseusinc/r-env:1.0.7 .
docker push odysseusinc/r-env:1.0.7
Changes:
- Added missing libraries
docker build -t odysseusinc/r-env:1.0.6 .
docker push odysseusinc/r-env:1.0.6
Changes:
- Migrated to newer r-java:3.5.3 based on the Debian Stretch release
- Added library Matrix required by RcppEigen
docker build -t odysseusinc/r-env:1.0.5 .
docker push odysseusinc/r-env:1.0.5
Changes:
- FeatureExtraction migrated to 2.1.1 version
docker build -t hub.arachnenetwork.com/r-env:1.0.4 .
docker push hub.arachnenetwork.com/r-env:1.0.4
Changes:
- Added PatientLevelPrediction 1.2.2 to R libraries since one is required by PatientLevelPrediction Analysis execution.
docker build -t hub.arachnenetwork.com/r-env:1.0.3 .
docker push hub.arachnenetwork.com/r-env:1.0.3
Changes:
- Updated SqlRender version to 1.4.7 (due to Redshift issues)
docker build -t hub.arachnenetwork.com/r-env:1.0.2 .
docker push hub.arachnenetwork.com/r-env:1.0.2
Changes:
- Updated DatabaseConnector version
- Updated Cyclops version 1.3.1
- Added required library cairo-dev
docker build -t hub.arachnenetwork.com/r-env:1.0.1 .
docker push hub.arachnenetwork.com/r-env:1.0.1
docker build -t hub.arachnenetwork.com/r-env:1.0.0 .
docker push hub.arachnenetwork.com/r-env:1.0.0