Skip to content

Commit e3a418e

Browse files
mikethemanhugovk
authored andcommitted
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 97d6657 commit e3a418e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: 2
66

77
build:
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
tools:
1010
python: "3.12"
1111
commands:

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN set -x \
1313

1414
ENV PATH="/opt/venv/bin:${PATH}"
1515

16-
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
17-
ENV PIP_NO_CACHE_DIR=1
16+
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
17+
ARG PIP_NO_CACHE_DIR=1
1818

19-
RUN pip install --upgrade pip setuptools wheel
19+
RUN pip install --upgrade pip setuptools
2020
COPY requirements.txt /tmp/requirements.txt
2121
RUN set -x \
2222
&& pip install -r /tmp/requirements.txt \

0 commit comments

Comments
 (0)