diff --git a/tools/nwb-read-tests/Dockerfile b/tools/nwb-read-tests/Dockerfile index 3837ad3726..d3dacf5af4 100644 --- a/tools/nwb-read-tests/Dockerfile +++ b/tools/nwb-read-tests/Dockerfile @@ -30,7 +30,7 @@ COPY requirements.txt . # https://stackoverflow.com/a/75696359 RUN python -m venv --system-site-packages /home/ci/.venv && \ . /home/ci/.venv/bin/activate && \ - pip3 install -r requirements.txt + pip3 install --no-deps -r requirements.txt # https://stackoverflow.com/a/56286534 ENV PATH=/home/ci/.venv/bin:${PATH}