Skip to content

Commit

Permalink
Update dockerfile to use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 9, 2024
1 parent 88e1cd3 commit eb43eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

# ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -13,7 +13,7 @@ ADD MANIFEST.in /ms2rescore/MANIFEST.in
ADD ms2rescore /ms2rescore/ms2rescore

RUN apt-get update \
&& apt install -y procps git-lfs \
&& apt install -y procps \
&& pip install /ms2rescore

ENTRYPOINT [""]

0 comments on commit eb43eb2

Please sign in to comment.