Skip to content

Commit 7649591

Browse files
committed
Rollback for gpio dependencies
1 parent b985ead commit 7649591

2 files changed

Lines changed: 2 additions & 54 deletions

File tree

case_temps/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim AS builder
1+
FROM python:3.10-slim AS builder
22

33
WORKDIR /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

1515
RUN apt-get update -y && apt-get install -y libgpiod2
1616

windows/windows_data_prototyping.ipynb

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -131,58 +131,6 @@
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,

0 commit comments

Comments
 (0)