Spaces:
Sleeping
Sleeping
abdullahmubeen10
commited on
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -31,6 +31,9 @@ RUN apt-get update && apt-get install -y \
|
|
31 |
&& apt-get clean \
|
32 |
&& update-ca-certificates -f
|
33 |
|
|
|
|
|
|
|
34 |
# Install Python 3.11 and pip (latest stable Python as of 2024)
|
35 |
RUN add-apt-repository ppa:deadsnakes/ppa \
|
36 |
&& apt-get update \
|
|
|
31 |
&& apt-get clean \
|
32 |
&& update-ca-certificates -f
|
33 |
|
34 |
+
# Set timezone to a specific value (e.g., UTC)
|
35 |
+
RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime && dpkg-reconfigure --frontend noninteractive tzdata
|
36 |
+
|
37 |
# Install Python 3.11 and pip (latest stable Python as of 2024)
|
38 |
RUN add-apt-repository ppa:deadsnakes/ppa \
|
39 |
&& apt-get update \
|