Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DDMAL/Rodan into crop_c_…
Browse files Browse the repository at this point in the history
…clef
  • Loading branch information
lucasmarchd01 committed Jul 10, 2024
2 parents 8013bd4 + d54e793 commit 71eaf44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,3 @@ services:
dockerfile: Dockerfile
image: "ddmal/rodan-client:nightly"

iipsrv:
build:
context: ./iipsrv
dockerfile: Dockerfile
image: "ddmal/iipsrv:nightly"
2 changes: 1 addition & 1 deletion gpu-celery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 71eaf44

Please sign in to comment.