From f2ffb3340f7adab071d7a287f49ab181089c18c2 Mon Sep 17 00:00:00 2001 From: Arseniy Popov <44940020+arseniypopugay@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:50:02 +0300 Subject: [PATCH] Changed build for amd based platforms --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc4f6d8..4a880eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -21,4 +21,4 @@ COPY requirements.txt requirements.txt RUN python3.8 -m pip install -r requirements.txt COPY . . -CMD ["python3.8", "main.py"] \ No newline at end of file +CMD ["python3.8", "main.py"]