Skip to content

Commit

Permalink
Changed build for amd based platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatestParrot authored Feb 10, 2024
1 parent 4a4e5c0 commit f2ffb33
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 ghcr.io/merklebot/hackathon-arm-image:master as build
FROM ghcr.io/merklebot/hackathon-amd-image:master as build

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand All @@ -21,4 +21,4 @@ COPY requirements.txt requirements.txt
RUN python3.8 -m pip install -r requirements.txt
COPY . .

CMD ["python3.8", "main.py"]
CMD ["python3.8", "main.py"]

0 comments on commit f2ffb33

Please sign in to comment.