Skip to content

Commit 90b6139

Browse files
committed
update dockerfile
1 parent 81e6b91 commit 90b6139

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile.gpu

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive
77
RUN apt-get update && \
88
apt-get install -y --no-install-recommends \
99
build-essential \
10+
python3-full \
11+
python3-pip \
1012
&& \
1113
apt-get clean && \
1214
rm -rf /var/lib/apt/lists/*
@@ -16,8 +18,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
1618
WORKDIR /opt/deeprank-gnn-esm
1719
COPY . .
1820

19-
RUN uv python install 3.11 && \
20-
uv pip install --system --python 3.11 .
21+
RUN uv pip install --system .
2122

2223
ENTRYPOINT ["deeprank-gnn-esm-predict"]
2324
# ==============================================================================

0 commit comments

Comments
 (0)