Skip to content

Commit

Permalink
Update pip repo URL in Dockerfile
Browse files Browse the repository at this point in the history
Summary:
Fixes facebookresearch#3933 facebookresearch#3935

Pull Request resolved: facebookresearch#3938

Reviewed By: tglik

Differential Revision: D34260775

Pulled By: zhanghang1989

fbshipit-source-id: 7914792de3db4e8ad2b21bdc635c60a1a8ac727c
  • Loading branch information
BertLer authored and facebook-github-bot committed Feb 18, 2022
1 parent ef2c3ab commit b70a86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USER appuser
WORKDIR /home/appuser

ENV PATH="/home/appuser/.local/bin:${PATH}"
RUN wget https://bootstrap.pypa.io/get-pip.py && \
RUN wget https://bootstrap.pypa.io/pip/3.6/get-pip.py && \
python3 get-pip.py --user && \
rm get-pip.py

Expand Down

0 comments on commit b70a86f

Please sign in to comment.