mrfakename commited on
Commit
430f3c5
·
verified ·
1 Parent(s): 573f124

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update -y && \
13
  alias python='python3.11' && \
14
  apt-get install -y python3.11 python3-pip
15
 
16
- RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 999 \
17
  && update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
18
 
19
  RUN pip install packaging
 
13
  alias python='python3.11' && \
14
  apt-get install -y python3.11 python3-pip
15
 
16
+ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 999 \
17
  && update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
18
 
19
  RUN pip install packaging