Skip to content

Commit e9d68e3

Browse files
committed
minor changes
1 parent 4340f73 commit e9d68e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ WORKDIR /app
5555
COPY . .
5656

5757
# Install Poetry and dependencies using the same strategy as CI/CD
58-
RUN python3.11 -m pip install --upgrade pip && \
59-
python3.11 -m pip install flake8==7.3.0 pytest==8.4.1 && \
58+
RUN python3.11 -m pip install flake8==7.3.0 pytest==8.4.1 && \
6059
python3.11 -m pip install poetry==2.1.3 && \
6160
poetry build && \
62-
python3.11 -m pip install dist/*.whl && \
61+
python3.11 -m pip install --no-deps dist/*.whl && \
6362
python3.11 -m pip cache purge
6463

6564
# Test pyOpenMS import

0 commit comments

Comments
 (0)