Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
a22d55d
1
Parent(s):
fd0ed08
debug
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -18,6 +18,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \
|
|
18 |
python3.11-venv \
|
19 |
python3.11-dev \
|
20 |
python3-pip \
|
|
|
21 |
&& rm -rf /var/lib/apt/lists/*
|
22 |
|
23 |
# Set Python 3.11 as the default python version
|
|
|
18 |
python3.11-venv \
|
19 |
python3.11-dev \
|
20 |
python3-pip \
|
21 |
+
tzdata \
|
22 |
&& rm -rf /var/lib/apt/lists/*
|
23 |
|
24 |
# Set Python 3.11 as the default python version
|