File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.11 -slim AS builder
1+ FROM python:3.10 -slim AS builder
22
33WORKDIR /app
44
@@ -10,7 +10,7 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /app/wheels -r requirements.t
1010
1111
1212# final stage
13- FROM python:3.11 -slim
13+ FROM python:3.10 -slim
1414
1515RUN apt-get update -y && apt-get install -y libgpiod2
1616
Original file line number Diff line number Diff line change 131131 " sensor_names.get_libre_sensor_labels()"
132132 ]
133133 },
134- {
135- "cell_type" : " code" ,
136- "execution_count" : null ,
137- "metadata" : {},
138- "outputs" : [],
139- "source" : [
140- " win_data = WindowsSensors()"
141- ]
142- },
143- {
144- "cell_type" : " code" ,
145- "execution_count" : null ,
146- "metadata" : {},
147- "outputs" : [],
148- "source" : [
149- " psutil.disk_io_counters(perdisk=True)"
150- ]
151- },
152- {
153- "cell_type" : " code" ,
154- "execution_count" : null ,
155- "metadata" : {},
156- "outputs" : [],
157- "source" : [
158- " cpu_temp = win_data.get_libre_data()"
159- ]
160- },
161- {
162- "cell_type" : " code" ,
163- "execution_count" : null ,
164- "metadata" : {},
165- "outputs" : [],
166- "source" : [
167- " # big_freq, little_freq, cpu_temp = win_data.get_libre_data()"
168- ]
169- },
170- {
171- "cell_type" : " code" ,
172- "execution_count" : null ,
173- "metadata" : {},
174- "outputs" : [],
175- "source" : []
176- },
177- {
178- "cell_type" : " code" ,
179- "execution_count" : null ,
180- "metadata" : {},
181- "outputs" : [],
182- "source" : [
183- " psutil.getloadavg()"
184- ]
185- },
186134 {
187135 "cell_type" : " code" ,
188136 "execution_count" : null ,
You can’t perform that action at this time.
0 commit comments