Skip to content

Commit

Permalink
Upgrade pip in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Feb 9, 2024
1 parent e672292 commit b901eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/all-py.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get -y update \
COPY . /usr/local/cogment_lab/
WORKDIR /usr/local/cogment_lab/

RUN pip install -r requirements.txt --no-cache-dir
RUN pip install --upgrade pip
RUN pip install .[all] --no-cache-dir

ENV PATH="/usr/local/bin:${PATH}"
Expand Down

0 comments on commit b901eaf

Please sign in to comment.