Skip to content

Commit

Permalink
qyuc uopdate
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls committed Jan 20, 2024
1 parent f5dfc96 commit e149404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastrl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y software-properties-common rsync curl
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null

RUN apt-get install -y python3.8-dev python3.8-distutils
RUN apt-get install -y build-essential python3.8-dev python3.8-distutils
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.8 2 && update-alternatives --config python
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3.8 get-pip.py

Expand Down

0 comments on commit e149404

Please sign in to comment.