diff --git a/build.yml b/build.yml index 223208a41..b5672a8a1 100644 --- a/build.yml +++ b/build.yml @@ -49,8 +49,3 @@ services: dockerfile: Dockerfile image: "ddmal/rodan-client:nightly" - iipsrv: - build: - context: ./iipsrv - dockerfile: Dockerfile - image: "ddmal/iipsrv:nightly" diff --git a/gpu-celery/Dockerfile b/gpu-celery/Dockerfile index 6d316ba43..fd44c14f2 100644 --- a/gpu-celery/Dockerfile +++ b/gpu-celery/Dockerfile @@ -94,7 +94,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* \ - && wget https://bootstrap.pypa.io/get-pip.py \ + && wget https://bootstrap.pypa.io/pip/3.7/get-pip.py \ && ${PYTHON} get-pip.py \ && ln -sf /usr/bin/${PYTHON} /usr/local/bin/python3 \ && ln -sf /usr/local/bin/pip /usr/local/bin/pip3 \