Spaces:
Runtime error
Runtime error
Update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update
|
|
| 6 |
RUN apt-get upgrade -y
|
| 7 |
#RUN apt-get install -y python3.12 wget
|
| 8 |
#RUN apt-get install -y python3-pip
|
| 9 |
-
RUN apt install -y python3.12-venv
|
| 10 |
RUN apt-get install -y pkg-config
|
| 11 |
RUN apt-get install -y cmake
|
| 12 |
|
|
|
|
| 6 |
RUN apt-get upgrade -y
|
| 7 |
#RUN apt-get install -y python3.12 wget
|
| 8 |
#RUN apt-get install -y python3-pip
|
| 9 |
+
#RUN apt install -y python3.12-venv
|
| 10 |
RUN apt-get install -y pkg-config
|
| 11 |
RUN apt-get install -y cmake
|
| 12 |
|