miike-ai commited on
Commit
c5b5843
·
verified ·
1 Parent(s): 2a578a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
  apt-get update && \
17
  apt-get install -y python3.11 python3.11-venv python3.11-dev && \
18
  # Make Python 3.12 the default
19
- update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 && \
20
  update-alternatives --set python3 /usr/bin/python3.11 && \
21
  # Install pip for Python 3.12
22
  curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \
 
16
  apt-get update && \
17
  apt-get install -y python3.11 python3.11-venv python3.11-dev && \
18
  # Make Python 3.12 the default
19
+ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \
20
  update-alternatives --set python3 /usr/bin/python3.11 && \
21
  # Install pip for Python 3.12
22
  curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \