Skip to content

Commit

Permalink
Merge pull request #1 from botisan-ai/python3.8
Browse files Browse the repository at this point in the history
upgrade to python3.8
  • Loading branch information
lhr0909 authored Nov 23, 2022
2 parents 89e0be1 + 57938b5 commit 250fcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu18.04
RUN apt-get update && apt-get install -y build-essential software-properties-common git wget curl && \
add-apt-repository -y ppa:deadsnakes/ppa

RUN apt-get update && apt-get install -y python3.7-dev
RUN apt-get update && apt-get install -y python3.8 python3-distutils

RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2

# make some useful symlinks that are expected to exist
RUN cd /usr/bin \
Expand Down

0 comments on commit 250fcad

Please sign in to comment.