Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa
|
|
36 |
RUN apt-get update
|
37 |
|
38 |
# Install Python 3.12, pip, and other necessary development tools
|
39 |
-
RUN apt-get install -y tzdata git python3.12 python3.12-venv python3.12-dev python3.12-full
|
40 |
|
41 |
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
42 |
RUN python3.12 get-pip.py
|
|
|
36 |
RUN apt-get update
|
37 |
|
38 |
# Install Python 3.12, pip, and other necessary development tools
|
39 |
+
RUN apt-get install -y tzdata git curl python3.12 python3.12-venv python3.12-dev python3.12-full
|
40 |
|
41 |
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
42 |
RUN python3.12 get-pip.py
|