new cloud is cloudy [pr] (#7631)

* new cloud is cloudy [pr]

* waste lines to add security

* safety, with speed and less lines

* timing and del

* lines

* cleanups

* restore CloudSession

* bump to 3.10

* quotes

* renderer security
This commit is contained in:
George Hotz
2024-11-11 20:18:04 +08:00
committed by GitHub
parent 766a680588
commit d40673505f
4 changed files with 140 additions and 89 deletions

View File

@@ -1,8 +1,8 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
# Install python3.8, and pip3
# Install python3.10, and pip3
RUN apt-get update && apt-get install -y --no-install-recommends \
python3.8 \
python3.10 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*