File tree Expand file tree Collapse file tree
mimic-iii/buildmimic/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ RUN mkdir -p /mimic-code /mimic_data \
1313 && git init \
1414 && git remote add -f origin https://github.com/MIT-lcp/mimic-code \
1515 && git config core.sparseCheckout true \
16- && echo "buildmimic/postgres/" >> .git/info/sparse-checkout \
17- && echo "buildmimic/docker/" >> .git/info/sparse-checkout \
18- && git pull origin master \
16+ && echo "mimic-iii/ buildmimic/postgres/" >> .git/info/sparse-checkout \
17+ && echo "mimic-iii/ buildmimic/docker/" >> .git/info/sparse-checkout \
18+ && git pull origin main \
1919 # copy the build scripts into a different folder and remove the temp folder
20- && cp -r buildmimic /docker-entrypoint-initdb.d/ \
21- && cp buildmimic/docker/setup.sh /docker-entrypoint-initdb.d/ \
20+ && cp -r mimic-iii/ buildmimic /docker-entrypoint-initdb.d/ \
21+ && cp mimic-iii/ buildmimic/docker/setup.sh /docker-entrypoint-initdb.d/ \
2222 && rm -rf /mimic-code
You can’t perform that action at this time.
0 commit comments