Skip to content

Commit

Permalink
Merge pull request #1189 from DDMAL/fix-gpu-dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile for gpu-celery container
  • Loading branch information
homework36 committed Jul 9, 2024
2 parents 954eaee + d37410f commit d54e793
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 d54e793

Please sign in to comment.