Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|
6 |
RUN apt-get update
|
7 |
RUN apt install -y tzdata
|
8 |
RUN apt-get -y update && apt-get -y install software-properties-common \
|
9 |
-
&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
|
10 |
|
11 |
WORKDIR /code
|
12 |
|
|
|
6 |
RUN apt-get update
|
7 |
RUN apt install -y tzdata
|
8 |
RUN apt-get -y update && apt-get -y install software-properties-common \
|
9 |
+
&& add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
|
10 |
|
11 |
WORKDIR /code
|
12 |
|