Skip to content

Commit

Permalink
Work around pip bug
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 committed Jan 2, 2022
1 parent 8877809 commit 8088f27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/tier1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG TAG=master
RUN mkdir /judge /problems && cd /judge && \
curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}".tar.gz | tar -xz --strip-components=1 && \
pip3 install -e . && \
python3 setup.py develop && \
HOME=~judge . ~judge/.profile && \
runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
Expand Down
1 change: 1 addition & 0 deletions .docker/tier2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG TAG=master
RUN mkdir /judge /problems && cd /judge && \
curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}".tar.gz | tar -xz --strip-components=1 && \
pip3 install -e . && \
python3 setup.py develop && \
HOME=~judge . ~judge/.profile && \
runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
Expand Down
1 change: 1 addition & 0 deletions .docker/tier3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG TAG=master
RUN mkdir /judge /problems && cd /judge && \
curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}".tar.gz | tar -xz --strip-components=1 && \
pip3 install -e . && \
python3 setup.py develop && \
HOME=~judge . ~judge/.profile && \
runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
Expand Down

0 comments on commit 8088f27

Please sign in to comment.