Skip to content

Commit 79ab45b

Browse files
committed
Update reqs
1 parent 21a12b4 commit 79ab45b

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

requirements/Dockerfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM python:3-slim-bookworm
22

33
# Install packages required to build Python and extensions
44
RUN apt-get update && apt-get install -y \
@@ -12,16 +12,6 @@ RUN apt-get update && apt-get install -y \
1212
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
1313
ENV PATH="/root/.cargo/bin:${PATH}"
1414

15-
# Install pyenv
16-
RUN curl https://pyenv.run | bash && \
17-
echo 'export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
18-
19-
ENV PYTHON_VERSION=3
20-
SHELL ["bash", "-lc"]
21-
22-
# Install the specified Python version via pyenv
23-
RUN pyenv install ${PYTHON_VERSION} && pyenv global ${PYTHON_VERSION}
24-
2515
# Upgrade pip and install pip-tools
2616
RUN pip install --no-cache-dir -U pip pip-tools
2717

requirements/dev_unix.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/dev_unix.in

requirements/dev_windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/dev_windows.in

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/docs.in

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/prod.in

0 commit comments

Comments
 (0)