From 7a7491179dcb0114e9cb4557225caeda4220101c Mon Sep 17 00:00:00 2001 From: youngkiu Date: Fri, 15 Jan 2021 13:53:53 +0900 Subject: [PATCH] Rename the repository owner from HealthplusAI to FscoreLab --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3645e9b..5a50432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --upgrade pip #RUN checkinstall -D -y --pkgversion --pkgname=python3-gdcm --pkgversion=1 # DEB INSTALLATION -RUN git clone --branch master https://github.com/HealthplusAI/python3-gdcm.git && cd python3-gdcm && dpkg -i build_1-1_amd64.deb && apt-get install -f +RUN git clone --branch master https://github.com/FscoreLab/python3-gdcm.git && cd python3-gdcm && dpkg -i build_1-1_amd64.deb && apt-get install -f RUN cp /usr/local/lib/gdcm.py /usr/local/lib/python3.6/site-packages/. RUN cp /usr/local/lib/gdcmswig.py /usr/local/lib/python3.6/site-packages/. diff --git a/README.md b/README.md index 2695880..9bc97fd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ python3-gdcm wrapper # INSTALLATION FROM .deb -`git clone --branch master https://github.com/HealthplusAI/python3-gdcm.git && cd python3-gdcm && dpkg -i build_1-1_amd64.deb && apt-get install -f` +`git clone --branch master https://github.com/FscoreLab/python3-gdcm.git && cd python3-gdcm && dpkg -i build_1-1_amd64.deb && apt-get install -f` `cp /usr/local/lib/gdcm.py /usr/local/lib/python3.6/site-packages/.`