Skip to content

Commit

Permalink
Merge pull request #80 from weaviate/revert-79-modify-dockerfile
Browse files Browse the repository at this point in the history
Revert "Fix building of amd64 docker image"
  • Loading branch information
antas-marcin authored Apr 4, 2024
2 parents 13421e4 + 8a5f688 commit ae2cf52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM --platform=$BUILDPLATFORM python:3.11-slim
FROM python:3.11-slim

WORKDIR /app

RUN apt-get update
RUN pip install --upgrade pip setuptools

COPY requirements.txt .
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit ae2cf52

Please sign in to comment.