Skip to content

Commit

Permalink
Merge pull request #3986 from codalab/test-job
Browse files Browse the repository at this point in the history
Fix Github Workflow v2
  • Loading branch information
mergify[bot] authored Feb 6, 2022
2 parents 7869b92 + b530018 commit 285883c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_config/dockerfiles/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ RUN apt-get update && \
unzip \
rsync && \
rm -rf /var/lib/apt/lists/*;

# Set Python3.6 as the default python3 version
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1

### Without this Python thinks we're ASCII and unicode chars fail
ENV LANG C.UTF-8

RUN python3 -m pip install --no-cache-dir --upgrade pip
RUN python3 -m pip install --no-cache-dir --upgrade pip==20.3.4
RUN mkdir /opt/codalab-worksheets
WORKDIR /opt/codalab-worksheets

Expand Down

0 comments on commit 285883c

Please sign in to comment.