yusufs commited on
Commit
b923612
·
verified ·
1 Parent(s): 9ea2c99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -41,10 +41,10 @@ RUN add-apt-repository ppa:deadsnakes/ppa
41
  RUN apt-get update
42
 
43
  # Install Python 3.12, pip, and other necessary development tools
44
- RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full
45
 
46
- RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
47
- RUN python3.12 get-pip.py
48
 
49
  RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 \
50
  && update-alternatives --set python3 /usr/bin/python3.12 \
 
41
  RUN apt-get update
42
 
43
  # Install Python 3.12, pip, and other necessary development tools
44
+ RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full python3-pip
45
 
46
+ # RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
47
+ # RUN python3.12 get-pip.py
48
 
49
  RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 \
50
  && update-alternatives --set python3 /usr/bin/python3.12 \